Documentation ¶ Index ¶ type Object func NewObject(s *structs.AppCtx, objectAPIName string) *Object func (o *Object) GetField(ctx context.Context, fieldAPIName string, field interface{}) error func (o *Object) GetFields(ctx context.Context, fields interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Object ¶ type Object struct { ObjectAPIName string // contains filtered or unexported fields } func NewObject ¶ func NewObject(s *structs.AppCtx, objectAPIName string) *Object func (*Object) GetField ¶ func (o *Object) GetField(ctx context.Context, fieldAPIName string, field interface{}) error func (*Object) GetFields ¶ func (o *Object) GetFields(ctx context.Context, fields interface{}) error Source Files ¶ View all Source files object.go Directories ¶ Show internal Expand all Path Synopsis fields Click to show internal directories. Click to hide internal directories.