somepackage

package
v0.0.0-...-a699420 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Options

func Options(opts ...string) (string, string)

variadic function

func SomeFunc

func SomeFunc(in0 string, w io.Writer, s strconv.NumError, gh jsonpb.AnyResolver, st SomeStruct) (out0 string)

Doc of SomeFunc

func SomeFunc10

func SomeFunc10(in0 struct{}) (out0 string)

TODO (anonymous struct)

func SomeFunc11

func SomeFunc11(in0 func(bool) int, in1 FuncAlias) (out0 string)

func SomeFunc12

func SomeFunc12(in0 map[string]string, in1 map[string]FuncAlias) (out0 string)

TODO (map of qualified)

func SomeFunc13

func SomeFunc13(in0 interface{}, in1 []interface{}) (out0 string)

func SomeFunc1a

func SomeFunc1a(in0 chan bool, in1 chan *int, in2 *SomeStruct, in3 chan jsonpb.AnyResolver) (out0 string)

func SomeFunc1b

func SomeFunc1b(pings <-chan string, pongs chan<- string) (out0 string)

func SomeFunc1c

func SomeFunc1c(pings <-chan *SomeStruct, pongs chan<- *SomeStruct) (out0 string)

func SomeFunc1d

func SomeFunc1d(pings <-chan jsonpb.AnyResolver, pongs chan<- jsonpb.AnyResolver) (out0 string)

func SomeFunc2a

func SomeFunc2a(in0 int, in1 int8, in2 int16, in3 int32, in4 int64) (out0 string)

func SomeFunc2b

func SomeFunc2b(in0 *int, in1 *int8, in2 *int16, in3 *int32, in4 *int64) (out0 string)

func SomeFunc3

func SomeFunc3(in0 uint, in1 uint8, in2 uint16, in3 uint32, in4 uint64) (out0 string)

func SomeFunc4

func SomeFunc4(in0 *uint, in1 *uint8, in2 *uint16, in3 *uint32, in4 *uint64) (out0 string)

func SomeFunc5

func SomeFunc5(in0 uintptr, in1 *uintptr) (out0 string)

func SomeFunc6

func SomeFunc6(in0 float32, in1 float64, in2 *float32, in3 *float64) (out0 string)

func SomeFunc7

func SomeFunc7(in0 rune, in1 *rune, in2 string, in3 *string) (out0 string)

func SomeFunc8

func SomeFunc8(in0 complex64, in1 complex128, in2 *complex64, in3 *complex128) (out0 string)

func SomeFunc9a

func SomeFunc9a(in0 []SomeStruct, in1 []*SomeStruct) (out0 string)

func SomeFunc9b

func SomeFunc9b(in0 []SomeInterface, in1 []*SomeInterface) (out0 string)

Types

type FuncAlias

type FuncAlias func(string) string

type SomeInterface

type SomeInterface interface {
	// a method documentation
	AMethod0(in string) bool
	// other comments
	// a lot of other comments
	AMethod1(in string) bool
}

This is interface doc.

type SomeStruct

type SomeStruct struct {
}

Doc of SomeStruct

func (*SomeStruct) SomePtrMethod

func (st *SomeStruct) SomePtrMethod(methodInput0 string, r io.Reader) string

doc on pointer method

func (SomeStruct) SomeValMethod

func (st SomeStruct) SomeValMethod(methodInput0 string, r io.Reader) string

doc on val method

type SomeType

type SomeType int

func (*SomeType) TypePtrMethod

func (st *SomeType) TypePtrMethod(b bool) string

Pointer method on TypeMethod

func (SomeType) TypeValueMethod

func (st SomeType) TypeValueMethod(b *bool) string

Value method on TypeMethod with pointer param

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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