internalgen

package
v0.0.0-...-4f71f7c Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InternalDto

type InternalDto struct {
	Path        string
	ProjectPath string
	GomodName   string
}

type InternalGen

type InternalGen interface {
	CreateInternalDir(dto InternalDto) error
	CreateInternalModules(dto InternalDto) error
}

type InternalGenImpl

type InternalGenImpl struct {
	// contains filtered or unexported fields
}

func NewInternal

func NewInternal(
	fs database.FileSystem,
	loggerGen loggergen.LoggerGen,
	utilGen utilsgen.UtilGen,
	protocolGen protocol.ProtocolGen,
	gracefulGen gracefulgen.GracefulGen,
) *InternalGenImpl

func (*InternalGenImpl) CreateInternalDir

func (s *InternalGenImpl) CreateInternalDir(dto InternalDto) error

func (InternalGenImpl) CreateInternalModules

func (s InternalGenImpl) CreateInternalModules(dto InternalDto) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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