Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelBuilder ¶
type ModelBuilder struct {
// contains filtered or unexported fields
}
func (*ModelBuilder) General ¶
func (m *ModelBuilder) General()
func (*ModelBuilder) Save ¶
func (m *ModelBuilder) Save()
type ModelBuilderInterface ¶
type ModelBuilderInterface interface { General() Save() }
func NewModelBuilder ¶
func NewModelBuilder(source string, destination string, filename string) ModelBuilderInterface
Click to show internal directories.
Click to hide internal directories.