package
Version:
v0.0.0-...-55b2a28
Opens a new window with list of versions in this module.
Published: Jan 14, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package gateways provides methods for managing an app's gateways.
-
func Delete(c *drycc.Client, appID string, name string, port int, protocol string) error
-
func List(c *drycc.Client, appID string, results int) (api.Gateways, int, error)
-
func New(c *drycc.Client, appID string, name string, port int, protocol string) error
Delete removes a gateway or listener of gateway from an app.
List gateways registered with an app.
New adds a gateway to an app.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.