Function type definitions for the API functions
func(string, map[string]interface{}, map[string]interface{}) (map[string]interface{}, error)
| 9 | |
| 10 | // Function type definitions for the API functions |
| 11 | type ApiFunc func(string, map[string]interface{}, map[string]interface{}) (map[string]interface{}, error) |
| 12 | |
| 13 | func main() { |
| 14 | if len(os.Args) != 4 { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…