Documentation ¶ Index ¶ func Delete(client *occlient.Client, name string) error type URL func Create(client *occlient.Client, cmp string) (*URL, error) func List(client *occlient.Client, componentName string, applicationName string) ([]URL, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Delete ¶ func Delete(client *occlient.Client, name string) error Delete deletes a URL Types ¶ type URL ¶ type URL struct { Name string URL string } func Create ¶ func Create(client *occlient.Client, cmp string) (*URL, error) Create creates a URL func List ¶ func List(client *occlient.Client, componentName string, applicationName string) ([]URL, error) List lists the URLs in an application. The results can further be narrowed down if a component name is provided, which will only list URLs for the given component Source Files ¶ View all Source files url.go Click to show internal directories. Click to hide internal directories.