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
Databases *sql.LocalSqlServer
// contains filtered or unexported fields
}
func New ¶
func New(projectName string, opts LocalCloudOptions) (*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 LocalCloudOptions ¶ added in v1.47.0
type LocalCloudOptions struct {
TLSCredentials *gateway.TLSCredentials
LogWriter io.Writer
}
type ServiceName ¶
type ServiceName = string
type Subscribable ¶
Click to show internal directories.
Click to hide internal directories.