Documentation
¶
Index ¶
- func GetPropertyLabels(ctx context.Context, in *pb.GetPropertyLabelsRequest, store *store.Store) (*pb.GetPropertyLabelsResponse, error)
- func GetPropertyValues(ctx context.Context, in *pb.GetPropertyValuesRequest, store *store.Store) (*pb.GetPropertyValuesResponse, error)
- func GetPropertyValuesHelper(ctx context.Context, store *store.Store, dcids []string, prop string, ...) (map[string][]*pb.EntityInfo, error)
- func GetTriples(ctx context.Context, in *pb.GetTriplesRequest, store *store.Store, ...) (*pb.GetTriplesResponse, error)
- func ReadTriples(ctx context.Context, btGroup *bigtable.Group, rowList cbt.RowList) (*pb.GetTriplesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPropertyLabels ¶
func GetPropertyLabels( ctx context.Context, in *pb.GetPropertyLabelsRequest, store *store.Store, ) (*pb.GetPropertyLabelsResponse, error)
GetPropertyLabels implements API for Mixer.GetPropertyLabels.
func GetPropertyValues ¶
func GetPropertyValues( ctx context.Context, in *pb.GetPropertyValuesRequest, store *store.Store, ) (*pb.GetPropertyValuesResponse, error)
GetPropertyValues implements API for Mixer.GetPropertyValues.
func GetPropertyValuesHelper ¶
func GetPropertyValuesHelper( ctx context.Context, store *store.Store, dcids []string, prop string, arcOut bool, ) (map[string][]*pb.EntityInfo, error)
GetPropertyValuesHelper get property values.
func GetTriples ¶
func GetTriples( ctx context.Context, in *pb.GetTriplesRequest, store *store.Store, metadata *resource.Metadata, ) (*pb.GetTriplesResponse, error)
GetTriples implements API for Mixer.GetTriples.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.