Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultWait ¶
func DefaultWait()
Types ¶
type ApiV2 ¶
type ApiV2 struct { // dependencies interfaces.WithConfigPath // contains filtered or unexported fields }
func (*ApiV2) GetGinEngine ¶
func (*ApiV2) GetHttpServer ¶
type Docker ¶
type Docker struct { // dependencies interfaces.WithConfigPath // contains filtered or unexported fields }
type NodeApp ¶
type NodeApp interface { App interfaces.WithConfigPath }
func GetServerV2 ¶
func GetServerV2() NodeApp
func NewServerV2 ¶
func NewServerV2() (app NodeApp)
type ServerApp ¶
type ServerApp interface { NodeApp GetApi() (api ApiApp) GetNodeService() (masterSvc interfaces.NodeService) }
type ServerV2 ¶
type ServerV2 struct { // dependencies interfaces.WithConfigPath // contains filtered or unexported fields }
func (*ServerV2) GetNodeService ¶
func (app *ServerV2) GetNodeService() interfaces.NodeService
Click to show internal directories.
Click to hide internal directories.