Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IMetadataV3 ¶ added in v0.0.35
IMetadataV3 元数据读写接口
func NewMetadataV3 ¶ added in v0.0.35
func NewMetadataV3(appCtx *structs.AppCtx) IMetadataV3
type IObject ¶
type IObject interface { // GetFields 读取对象的字段元数据信息列表 GetFields(ctx context.Context, fields interface{}) (err error) // GetField 读取指定字段的元数据信息 GetField(ctx context.Context, fieldAPIName string, field interface{}) (err error) }
IObject 对象读写接口
type MetadataV3 ¶ added in v0.0.35
type MetadataV3 struct {
// contains filtered or unexported fields
}
func (*MetadataV3) Object ¶ added in v0.0.35
func (m *MetadataV3) Object(objectAPIName string) IObject
Click to show internal directories.
Click to hide internal directories.