Documentation
¶
Index ¶
- type CreateObjectOptions
- type CreatePropertyOptions
- type Service
- func (s *Service) CreateObject(ctx context.Context, options CreateObjectOptions) (dbx.Object, []dbx.Property, error)
- func (s *Service) CreateProperty(ctx context.Context, options CreatePropertyOptions) (dbx.Property, *dbx.Object, error)
- func (s *Service) FetchObject(ctx context.Context, id uuid.UUID) (dbx.Object, []dbx.Property, map[uuid.UUID]dbx.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateObjectOptions ¶
type CreatePropertyOptions ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) CreateObject ¶
func (*Service) CreateProperty ¶
Click to show internal directories.
Click to hide internal directories.