Documentation
¶
Index ¶
Constants ¶
View Source
const Type pluginType = "builder"
Variables ¶
View Source
var ErrUnexpectedMapType = errors.New("unexpected map type for stdio streaming server")
Functions ¶
func NewGRPCServer ¶
func NewGRPCServer(impl ImageBuilder) build.PluginServer
Types ¶
type ImageBuilder ¶
type ImageBuilder interface { dodo.Plugin CreateImage(info *core.BuildInfo, streamConfig *dodo.StreamConfig) (string, error) }
func NewGRPCClient ¶
func NewGRPCClient(conn grpc.ClientConnInterface) ImageBuilder
Click to show internal directories.
Click to hide internal directories.