core

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alias

type Alias struct {
	Name  string
	Value string
}

func NewAlias

func NewAlias(name string, value string) *Alias

type Expression

type Expression interface {
	// Name 名称
	Name() string

	// Exec 实际执行方法
	Exec(args ...any) (result any, err error)
}

type Expressions

type Expressions []Expression

Expressions 表达式集合

type Getter

type Getter struct {
	log.Logger
	// contains filtered or unexported fields
}

func NewGetter

func NewGetter(logger log.Logger, resty *http.Client, expressions Expressions) (getter *Getter)

func (*Getter) Get

func (g *Getter) Get(key string) (value string)

type Processor

type Processor struct{}

func NewProcessor

func NewProcessor() *Processor

func (*Processor) Process

func (b *Processor) Process(tag string, field reflect.StructField) (to string, err error)

Jump to

Keyboard shortcuts

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