Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector interface { FirstTimeSetup(stack *types.Stack) error GetServiceDefinitions(s *types.Stack, dependentServices map[string]string) []*docker.ServiceDefinition DeployContract(contract *ethtypes.CompiledContract, contractName string, member *types.Organization, extraArgs []string) (*types.ContractDeploymentResult, error) GenerateConfig(stack *types.Stack, member *types.Organization, blockchainServiceName string) Config Name() string Port() int }
Click to show internal directories.
Click to hide internal directories.