Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotExist = errors.New(`the struct not exist`) ErrNameConflict = errors.New(`name conflict! failed to register, this name is already registered`) )
Functions ¶
func ConvertToSlice ¶
func ConvertToSlice(recv interface{}) []interface{}
Types ¶
type Structs ¶
type Structs struct {
// contains filtered or unexported fields
}
func NewStructs ¶
func NewStructs() *Structs
Click to show internal directories.
Click to hide internal directories.