Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type ContractCompile ¶
type ContractCompile interface {
Execute(ctx context.Context, args cmd.Args) error
Close(ctx context.Context) error
Ping(ctx context.Context) error
}
func NewDocker ¶
func NewDocker(cfg *Config) (ContractCompile, error)
func NewK8s ¶
func NewK8s(c *Config) (ContractCompile, error)
Click to show internal directories.
Click to hide internal directories.