Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalCloud ¶
type LocalCloud struct { Apis *apis.LocalApiGatewayService KeyValue *keyvalue.BoltDocService Gateway *gateway.LocalGatewayService Http *http.LocalHttpProxy Resources *resources.LocalResourcesService Schedules *schedules.LocalSchedulesService Secrets *secrets.DevSecretService Storage *storage.LocalStorageService Topics *topics.LocalTopicsAndSubscribersService Websockets *websockets.LocalWebsocketService Queues *queues.LocalQueuesService // contains filtered or unexported fields }
func New ¶
func New() (*LocalCloud, error)
func (*LocalCloud) AddService ¶
func (lc *LocalCloud) AddService(serviceName string) (int, error)
func (*LocalCloud) Stop ¶
func (lc *LocalCloud) Stop()
StartLocalNitric - starts the Nitric Server (membrane), including plugins and their local dependencies (e.g. local versions of cloud services
type ServiceName ¶
type ServiceName = string
type Subscribable ¶
Click to show internal directories.
Click to hide internal directories.