Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoMatrix no matrix ErrNoMatrix = errors.New("no ErrNoMatrix like this") )
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component Component
type Matrix ¶
type Matrix interface { GetTag() string SetValue(fieldKey string, schema *basal.ConvertSchema, orgAPI client.OrgAPI, orgMap map[string]string) GetValueByString(ctx context.Context, value string) (interface{}, code.ErrorType) ExportValue(ctx context.Context, value interface{}) string }
Matrix Matrix
Click to show internal directories.
Click to hide internal directories.