Documentation ¶ Index ¶ Variables func GenerateRepositoryImpl(modelPkg, repoPkg, destPkg *types.Package, ...) (string, error) Constants ¶ This section is empty. Variables ¶ View Source var ( ErrStructNotFound = errors.New("struct not found") ErrNotNamedStruct = errors.New("not a named struct") ErrInterfaceNotFound = errors.New("interface not found") ErrNotInterface = errors.New("not an interface") ) Functions ¶ func GenerateRepositoryImpl ¶ added in v0.4.0 func GenerateRepositoryImpl(modelPkg, repoPkg, destPkg *types.Package, structModelName, repoInterfaceName string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files errors.gogenerator.go Click to show internal directories. Click to hide internal directories.