Documentation
¶
Index ¶
- type Prolog
- func (p *Prolog) Check(ctx context.Context, tuple *pb.Tuple) (bool, error)
- func (p *Prolog) DeleteSchema(ctx context.Context) error
- func (p *Prolog) DeleteTuples(ctx context.Context, tuples []*pb.Tuple) error
- func (p *Prolog) GetSchema(ctx context.Context) ([]*pb.RelationConfig, error)
- func (p *Prolog) GetTuples(ctx context.Context) ([]*pb.Tuple, error)
- func (p *Prolog) ListObjects(ctx context.Context, namespace, relation, user string) ([]string, error)
- func (p *Prolog) WriteSchema(ctx context.Context, configs []*pb.RelationConfig) error
- func (p *Prolog) WriteTuples(ctx context.Context, tuples []*pb.Tuple) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prolog ¶
type Prolog struct {
// contains filtered or unexported fields
}
func (*Prolog) DeleteTuples ¶
func (*Prolog) ListObjects ¶
func (*Prolog) WriteSchema ¶
Click to show internal directories.
Click to hide internal directories.