(name string, namespace string)
| 75 | |
| 76 | type FunctionQuery interface { |
| 77 | Get(name string, namespace string) (ServiceQueryResponse, error) |
| 78 | GetAnnotations(name string, namespace string) (annotations map[string]string, err error) |
| 79 | } |
no outgoing calls