utilsgen

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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncryptionDto

type EncryptionDto struct {
	Path string
}

type UtilDto

type UtilDto struct {
	Path string
}

type UtilEncryption

type UtilEncryption interface {
	CreateRsaReader(dto EncryptionDto) error
}

type UtilEncryptionImpl

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

func NewUtilEncryption

func NewUtilEncryption(
	fs database.FileSystem,
) *UtilEncryptionImpl

func (*UtilEncryptionImpl) CreateRsaReader

func (s *UtilEncryptionImpl) CreateRsaReader(dto EncryptionDto) error

type UtilGen

type UtilGen interface {
	CreateUtilDir(dto UtilDto) error
	CreateUtilModules(dto UtilDto) error
}

type UtilGenImpl

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

func NewUtil

func NewUtil(
	fs database.FileSystem,
	enc UtilEncryption,
) *UtilGenImpl

func (*UtilGenImpl) CreateUtilDefaultFile

func (s *UtilGenImpl) CreateUtilDefaultFile(dto UtilDto) error

func (*UtilGenImpl) CreateUtilDir

func (s *UtilGenImpl) CreateUtilDir(dto UtilDto) error

func (*UtilGenImpl) CreateUtilModules

func (s *UtilGenImpl) CreateUtilModules(dto UtilDto) error

Jump to

Keyboard shortcuts

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