Documentation ¶ Index ¶ type Resolver Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Resolver ¶ type Resolver interface { // GetService searches for services containing the namespace and name using a the character / GetService(string) (*apiv1.Service, error) } Resolver is an interface that knows how to extract information from a controller Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.