Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonRepo ¶
type CommonRepo struct {
// contains filtered or unexported fields
}
func NewCommonRepo ¶
func NewCommonRepo(data *data.Data, uniqueIDRepo unique.UniqueIDRepo) *CommonRepo
func (*CommonRepo) GetObjectIDMap ¶
func (cr *CommonRepo) GetObjectIDMap(objectID string) (objectIDMap map[string]string, err error)
GetObjectIDMap get object ID map from object id
func (*CommonRepo) GetRootObjectID ¶
func (cr *CommonRepo) GetRootObjectID(objectID string) (rootObjectID string, err error)
GetRootObjectID get root object ID
Click to show internal directories.
Click to hide internal directories.