mirror of
https://github.com/harness/drone.git
synced 2025-05-06 14:19:48 +08:00
6 lines
90 B
Go
6 lines
90 B
Go
package client
|
|
|
|
func ParseHook(payload []byte) (*HookPayload, error) {
|
|
return nil, nil
|
|
}
|