code_generator

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const CodeInfoSkip = 5

Variables

View Source
var CodeInfoStorage codeInfoStorage
View Source
var PathHelper = &Path{}

Functions

This section is empty.

Types

type CodeInfo

type CodeInfo struct {
	sync.Once
	// contains filtered or unexported fields
}

type CodeInfoBasic

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

type CodeInfoID

type CodeInfoID int

CodeInfoID is a unique identifiers of places where implementations of observation are re-written by code generator.

const (
	CodeInfo_ CodeInfoID = iota
	CodeInfo_Test

	CodeInfo_End
)

type Path

type Path struct {
	Type PathType
	Path []string
}

func (*Path) ParseMessage

func (g *Path) ParseMessage(msg string) (string, []*Path)

func (*Path) ParsePath

func (g *Path) ParsePath(str string) *Path

type PathType

type PathType uint64
const (
	PathApplication PathType
	PathLibrary
)

Jump to

Keyboard shortcuts

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