entity

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lang

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

func NewLang

func NewLang(ms []module.Module) *Lang

func (*Lang) GetSourceLang

func (l *Lang) GetSourceLang(source string) (string, bool)

type Module

type Module struct {
	Fs            afero.Fs
	WorkingDir    string
	ModuleImports []string

	Logger loggers.Logger

	GoClient *valueobject.GoClient

	PathService module.Paths
	DirService  module.Workspace

	*Lang
	// contains filtered or unexported fields
}

func (*Module) All

func (m *Module) All() []module.Module

func (*Module) Get

func (m *Module) Get(args ...string) error

Get runs "go get" with the supplied arguments.

func (*Module) IsProjMod

func (m *Module) IsProjMod(mod module.Module) bool

func (*Module) Load

func (m *Module) Load() error

func (*Module) Proj

func (m *Module) Proj() module.Module

Jump to

Keyboard shortcuts

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