template

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrLoadTmpl load template
	ErrLoadTmpl = errors.New("load template")

	// ErrParseTmpl parse template
	ErrParseTmpl = errors.New("parse template")
)

Functions

This section is empty.

Types

type Struct

type Struct struct {
	Name    string
	Comment string
	Fields  []StructField
}

Struct describe the whole struct

func (*Struct) ParseWithTmpl

func (s *Struct) ParseWithTmpl(tmplPath string) (string, error)

ParseWithTmpl parse struct with template

type StructField

type StructField struct {
	Key     string
	Typ     string
	Tags    []StructFieldTag
	Comment string
}

StructField is the field in struct

type StructFieldTag

type StructFieldTag struct {
	Typ     string
	Content string
}

StructFieldTag is the struct tag

Jump to

Keyboard shortcuts

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