Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var URMByUserIndexMapping = kv.NewIndexMapping( []byte("userresourcemappingsv1"), []byte("userresourcemappingsbyuserindexv1"), func(v []byte) ([]byte, error) { var urm influxdb.UserResourceMapping if err := json.Unmarshal(v, &urm); err != nil { return nil, err } id, _ := urm.UserID.Encode() return id, nil }, )
URMByUserIndeMappingx is the mapping description of an index between a user and a URM
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.