Documentation
¶
Index ¶
- Variables
- func NewAppriseFlow(conf *config.Config) (consensus.Guidance, error)
- func NewRefs(conf *config.Config) (consensus.Guidance, error)
- func SetFieldValue(ctx context.Context, data interface{}, ptr interface{}) error
- type Base
- type CreateReq
- type DeleteReq
- type ExtraData
- type GetReq
- type OptionEntity
- type RefData
- type SearchReq
- type UpdateReq
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoComponents = errors.New("no ErrNoComponents like this")
Functions ¶
func SetFieldValue ¶
SetFieldValue SetFieldValue.
Types ¶
type ExtraData ¶
type ExtraData struct { AppID string `json:"appID"` TableID string `json:"tableID"` ID string `json:"id"` }
ExtraData ExtraData.
type OptionEntity ¶
type RefData ¶
type RefData struct { AppID string `json:"appID"` TableID string `json:"tableID"` Type string `json:"type"` New []interface{} `json:"new"` Deleted []interface{} `json:"deleted"` Updated []interface{} `json:"updated"` Query map[string]interface{} `json:"query"` SourceFieldID string `json:"sourceFieldId"` FieldName string `json:"fieldName"` AggType string `json:"aggType"` }
RefData map[string] interface{}.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.