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

# Packages

No description provided by the author
Package indexer provides tools to define, use, and update state indexers.
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
Package types contains the types and associated methods for the state service.

# Functions

DeleteStates deletes states specified by the networkID and a list of type and key.
GetGatewayStatus returns the status for an indicated gateway.
GetGatewayStatuses returns the status for indicated gateways, keyed by device ID.
GetState returns the state specified by the networkID, typeVal, and hwID.
GetStateClient returns a client to the state service.
GetStates returns a map of states specified by the networkID and a list of type and key.
No description provided by the author
SearchStates returns all states matching the filter arguments.

# 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

# Type aliases

ArbitraryJSON is a generic map[string]interface{} destination to unmarshal any JSON payload into which implements ValidateableBinaryConvertible.
StringToStringMap is a generic map that holds key value pair both of type string.