Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. type fieldDefinition struct {
  2. id string
  3. apiName string
  4. label string
  5. fieldType uint //Defined by a list of constants.
  6. defaultValue interface{}
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement