builder

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SERVICE = "service"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DeliveryBuilder

type DeliveryBuilder struct {
	ModuleBuilder
}

type ModuleBuilder

type ModuleBuilder struct {
	Source      parser.ParserInterface
	Destination string
	Info        base.ModuleInfoInterface
}

type ModuleBuilderInterface

type ModuleBuilderInterface interface {
	SetSource(in string)
	GetSource() parser.ParserInterface
	SetDestination(in string, name string)
	GetDestination() string
	GetInfo() base.ModuleInfoInterface
	SetupFolder()
	Create() (_interface []byte, _implement []byte, _test []byte)
	General() (_interface []byte, _implement []byte, _test []byte)
	Save(_interface []byte, _implement []byte, _test []byte)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL