Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OtherType ¶
type OtherType struct {
Hello string `json:"hello,omitempty"`
}
OtherType is copied separately
type SomeOtherType ¶ added in v1.1.1
type SomeOtherType struct {
Import thirdparty.SomeType `json:"import"`
Import2 nestedthirdparty.SomeOtherType `json:"import2"`
}
Click to show internal directories.
Click to hide internal directories.