Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestNetwork ¶
type TestNetwork struct {
// contains filtered or unexported fields
}
func NewTestNetwork ¶
func NewTestNetwork(networkCtx *networks.NetworkContext, datastoreServiceImage string, apiServiceImage string) *TestNetwork
func (*TestNetwork) AddApiService ¶
func (network *TestNetwork) AddApiService() (services.ServiceID, error)
func (*TestNetwork) AddDatastore ¶
func (network *TestNetwork) AddDatastore() error
func (*TestNetwork) GetApiService ¶
func (network *TestNetwork) GetApiService(serviceId services.ServiceID) (*api.ApiService, error)
func (*TestNetwork) GetDatastore ¶
func (network *TestNetwork) GetDatastore() *datastore.DatastoreService
Click to show internal directories.
Click to hide internal directories.