Versions in this module Expand all Collapse all v0 v0.3.0 Jul 3, 2020 Changes in this version + type Table struct + func New(client *spanner.Client) *Table + func (t *Table) Delete(ctx context.Context, directoryID string) error + func (t *Table) List(ctx context.Context, deleted bool) ([]*directory.Directory, error) + func (t *Table) Read(ctx context.Context, directoryID string, showDeleted bool) (*directory.Directory, error) + func (t *Table) SetDelete(ctx context.Context, directoryID string, isDeleted bool) error + func (t *Table) Write(ctx context.Context, dir *directory.Directory) error