Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrParentStudioNotExist = errors.New("parent studio does not exist")
Functions ¶
Types ¶
type Importer ¶
type Importer struct {
ReaderWriter models.StudioReaderWriter
Input jsonschema.Studio
MissingRefBehaviour models.ImportMissingRefEnum
// contains filtered or unexported fields
}
func (*Importer) FindExistingID ¶
func (i *Importer) FindExistingID() (*int, error)
func (*Importer) PostImport ¶
func (i *Importer) PostImport(id int) error
Click to show internal directories.
Click to hide internal directories.