# Functions
CreateGatewayProfile creates new gateway profile locally and in network server.
DeleteGatewayProfile deletes gateway profile from local server then from network server.
GetGatewayProfile returns the gateway-profile matching the given id.
NewGatewayProfileAPI creates a new GatewayProfileAPI.
UpdateGatewayProfile updates channels, extra channel and statsinternal in network server updates name, statsinternal in appserver.
# Structs
ExtraChannel defines an extra channel for the gateway-profile.
GatewayProfile defines a gateway-profile.
GatewayProfileAPI exports the GatewayProfile related functions.
GatewayProfileMeta defines the gateway-profile meta record.
# Interfaces
Store defines db APIs used by this package.