Documentation ¶
Index ¶
- type APIConfig
- type Instance
- func (this *Instance) Clean() error
- func (this *Instance) SetupAPINode() error
- func (this *Instance) SetupAdminNode() error
- func (this *Instance) SetupAll() error
- func (this *Instance) SetupDB() error
- func (this *Instance) SetupNode() error
- func (this *Instance) SetupUserNode() error
- func (this *Instance) Startup() error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConfig ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func NewInstance ¶
func (*Instance) SetupAPINode ¶
func (*Instance) SetupAdminNode ¶
func (*Instance) SetupUserNode ¶
type Options ¶
type Options struct { IsTesting bool Verbose bool Cacheable bool WorkDir string SrcDir string DB struct { Host string Port int Username string Password string Name string } AdminNode struct { Port int } APINode struct { HTTPPort int RestHTTPPort int } Node struct { HTTPPort int } UserNode struct { HTTPPort int } }
Click to show internal directories.
Click to hide internal directories.