gen

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NewType = "New"
)

Functions

This section is empty.

Types

type Info

type Info struct {
	InterfaceName string
	Methods       []Method
}

type Method

type Method struct {
	ApiName string
	Body    string
}

type Object

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

func New

func New() *Object

func (*Object) AppendInfos

func (g *Object) AppendInfos(info Info) *Object

func (*Object) AppendMethods

func (g *Object) AppendMethods(method Method) *Object

func (*Object) Generate

func (g *Object) Generate() (ok bool)

func (*Object) SetFileName

func (g *Object) SetFileName(fileName string) *Object

func (*Object) SetPkgName

func (g *Object) SetPkgName(pkgName string) *Object

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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