Documentation ¶
Overview ¶
Code generated by github.com/hidori/go-genprop/cmd/genprop DO NOT EDIT.
Code generated by github.com/hidori/go-genprop/cmd/genprop DO NOT EDIT.
Index ¶
- type Example2AliasType
- type Example2DefinedType
- type Example2Struct
- func (t *Example2Struct) GetAPI() string
- func (t *Example2Struct) GetHttp() string
- func (t *Example2Struct) GetID() int
- func (t *Example2Struct) GetURL() string
- func (t *Example2Struct) GetValue1() int
- func (t *Example2Struct) GetValue3() int
- func (t *Example2Struct) GetValue4() int
- func (t *Example2Struct) SetValue2(v int)
- func (t *Example2Struct) SetValue3(v int)
- func (t *Example2Struct) SetValue4(v int) error
- type ExampleAliasType
- type ExampleDefinedType
- type ExampleStruct
- func (t *ExampleStruct) GetAPI() string
- func (t *ExampleStruct) GetHttp() string
- func (t *ExampleStruct) GetID() int
- func (t *ExampleStruct) GetURL() string
- func (t *ExampleStruct) GetValue1() int
- func (t *ExampleStruct) GetValue3() int
- func (t *ExampleStruct) SetValue2(v int)
- func (t *ExampleStruct) SetValue3(v int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Example2AliasType ¶ added in v0.0.7
type Example2AliasType = int // ignored
type Example2DefinedType ¶ added in v0.0.7
type Example2DefinedType int // ignored
type Example2Struct ¶ added in v0.0.7
type Example2Struct struct {
// contains filtered or unexported fields
}
func NewExample2Struct ¶ added in v0.0.7
func NewExample2Struct(v2 int, v3 int, v4 int) (*Example2Struct, error)
func (*Example2Struct) GetAPI ¶ added in v0.0.7
func (t *Example2Struct) GetAPI() string
func (*Example2Struct) GetHttp ¶ added in v0.0.7
func (t *Example2Struct) GetHttp() string
func (*Example2Struct) GetID ¶ added in v0.0.7
func (t *Example2Struct) GetID() int
func (*Example2Struct) GetURL ¶ added in v0.0.7
func (t *Example2Struct) GetURL() string
func (*Example2Struct) GetValue1 ¶ added in v0.0.7
func (t *Example2Struct) GetValue1() int
func (*Example2Struct) GetValue3 ¶ added in v0.0.7
func (t *Example2Struct) GetValue3() int
func (*Example2Struct) GetValue4 ¶ added in v0.0.7
func (t *Example2Struct) GetValue4() int
func (*Example2Struct) SetValue2 ¶ added in v0.0.7
func (t *Example2Struct) SetValue2(v int)
func (*Example2Struct) SetValue3 ¶ added in v0.0.7
func (t *Example2Struct) SetValue3(v int)
func (*Example2Struct) SetValue4 ¶ added in v0.0.7
func (t *Example2Struct) SetValue4(v int) error
type ExampleAliasType ¶ added in v0.0.5
type ExampleAliasType = int // ignored
type ExampleDefinedType ¶ added in v0.0.5
type ExampleDefinedType int // ignored
type ExampleStruct ¶ added in v0.0.4
type ExampleStruct struct {
// contains filtered or unexported fields
}
func (*ExampleStruct) GetAPI ¶ added in v0.0.4
func (t *ExampleStruct) GetAPI() string
func (*ExampleStruct) GetHttp ¶ added in v0.0.4
func (t *ExampleStruct) GetHttp() string
func (*ExampleStruct) GetID ¶ added in v0.0.4
func (t *ExampleStruct) GetID() int
func (*ExampleStruct) GetURL ¶ added in v0.0.4
func (t *ExampleStruct) GetURL() string
func (*ExampleStruct) GetValue1 ¶ added in v0.0.4
func (t *ExampleStruct) GetValue1() int
func (*ExampleStruct) GetValue3 ¶ added in v0.0.4
func (t *ExampleStruct) GetValue3() int
func (*ExampleStruct) SetValue2 ¶ added in v0.0.4
func (t *ExampleStruct) SetValue2(v int)
func (*ExampleStruct) SetValue3 ¶ added in v0.0.4
func (t *ExampleStruct) SetValue3(v int)
Click to show internal directories.
Click to hide internal directories.