Browse Source

added reflectStruct

master
David Haukeness 5 years ago
parent
commit
145239c39e
No known key found for this signature in database
GPG Key ID: 54F2372DDB7F9462
  1. 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{}
}

Loading…
Cancel
Save