added reflectStruct
This commit is contained in:
6
types.go
6
types.go
@ -14,3 +14,9 @@ type ConvOptions struct {
|
|||||||
//NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
|
//NotificationsEnabled bool `json:"notifications_enabled,omitempty"`
|
||||||
CustomURL string `json:"custom_url,omitempty"`
|
CustomURL string `json:"custom_url,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// reflectStruct holds information about reflected structs!
|
||||||
|
type reflectStruct struct {
|
||||||
|
Name string
|
||||||
|
Value interface{}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user