types

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FuncParam

type FuncParam struct {
	Name string
	Type string
}

type FuncParams

type FuncParams []FuncParam

func (FuncParams) Join

func (f FuncParams) Join() string

func (FuncParams) JoinNames

func (f FuncParams) JoinNames() string

func (FuncParams) JoinTypes

func (f FuncParams) JoinTypes() string

type Method

type Method struct {
	MethodSigFull    string
	MethodName       string
	MethodParamNames string
	ResultNames      string
	NamedResults     bool
	HasError         bool
	HasCtx           bool
	Ctx              string
}

type Strings

type Strings []string

func (Strings) Exists

func (ts Strings) Exists(target string) bool

Jump to

Keyboard shortcuts

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