package
1.2.1
Repository: https://github.com/go-magma/magma.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Server's main package, run with obsidian -h to see all available options.
No description provided by the author

# Functions

AttachAll activates all registered (see: Register above) handlers Main package should call AttachAll after all handlers were registered.
AttachHandlers attaches the provided obsidian handlers to the echo server.
No description provided by the author
CheckTenantAccess checks that the context has network wildcard access i.e.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetParamValues returns a list of the value for each param provided in `paramNames`.
No description provided by the author
No description provided by the author
No description provided by the author
Register registers a given handler for given path and HTTP methods Note: the handlers won't become active until they are 'attached' to the echo server, see AttachAll below.
RegisterAll registers an array of Handlers.
No description provided by the author
Unregister unregisters the handler for the specified path and HttpMethod if it is registered.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
"/magma/networks".
"/magma/operators".
POST
No description provided by the author
No description provided by the author
No description provided by the author
"/magma".
No description provided by the author
No description provided by the author
No description provided by the author
Supported API versions.
No description provided by the author
Note the trailing slash (this is actually important for apidocs to render properly).
No description provided by the author

# Variables

configs.
configs.
configs.
configs.
configs.
configs.
configs.

# Structs

Handler wraps a function which serves a specified path and http method.

# Type aliases

No description provided by the author