noop

package
v0.0.0-...-0184392 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2020 License: AGPL-3.0, AGPL-3.0-or-later Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigStore

type ConfigStore struct{}

ConfigStore ...

func (*ConfigStore) Get

func (s *ConfigStore) Get(context.Context) (*cmp.Config, error)

Get ...

func (*ConfigStore) Initialize

func (s *ConfigStore) Initialize(context.Context) error

Initialize : TODO(desa): this really should be removed

func (*ConfigStore) Update

func (s *ConfigStore) Update(context.Context, *cmp.Config) error

Update ...

type DashboardsStore

type DashboardsStore struct{}

DashboardsStore ...

func (*DashboardsStore) Add

Add ...

func (*DashboardsStore) All

All ...

func (*DashboardsStore) Delete

Delete ...

func (*DashboardsStore) Get

Get ...

func (*DashboardsStore) Update

Update ...

type LayoutsStore

type LayoutsStore struct{}

LayoutsStore ...

func (*LayoutsStore) Add

Add ...

func (*LayoutsStore) All

func (s *LayoutsStore) All(context.Context) ([]cmp.Layout, error)

All ...

func (*LayoutsStore) Delete

Delete ...

func (*LayoutsStore) Get

func (s *LayoutsStore) Get(ctx context.Context, ID string) (cmp.Layout, error)

Get ...

func (*LayoutsStore) Update

Update ...

type MappingsStore

type MappingsStore struct{}

MappingsStore ...

func (*MappingsStore) Add

Add ...

func (*MappingsStore) All

All ...

func (*MappingsStore) Delete

Delete ...

func (*MappingsStore) Get

func (s *MappingsStore) Get(ctx context.Context, ID string) (*cmp.Mapping, error)

Get ...

func (*MappingsStore) Update

Update ...

type OrganizationConfigStore

type OrganizationConfigStore struct{}

OrganizationConfigStore ...

func (*OrganizationConfigStore) FindOrCreate

FindOrCreate ...

func (*OrganizationConfigStore) Put

Put ...

type OrganizationsStore

type OrganizationsStore struct{}

OrganizationsStore ...

func (*OrganizationsStore) Add

Add ...

func (*OrganizationsStore) All

All ...

func (*OrganizationsStore) CreateDefault

func (s *OrganizationsStore) CreateDefault(context.Context) error

CreateDefault ...

func (*OrganizationsStore) DefaultOrganization

func (s *OrganizationsStore) DefaultOrganization(context.Context) (*cmp.Organization, error)

DefaultOrganization ...

func (*OrganizationsStore) Delete

Delete ...

func (*OrganizationsStore) Get

Get ...

func (*OrganizationsStore) Update

Update ...

type ServersStore

type ServersStore struct{}

ServersStore ...

func (*ServersStore) Add

Add ...

func (*ServersStore) All

func (s *ServersStore) All(context.Context) ([]cmp.Server, error)

All ...

func (*ServersStore) Delete

Delete ...

func (*ServersStore) Get

func (s *ServersStore) Get(ctx context.Context, ID int) (cmp.Server, error)

Get ...

func (*ServersStore) Update

Update ...

type SourcesStore

type SourcesStore struct{}

SourcesStore ...

func (*SourcesStore) Add

Add ...

func (*SourcesStore) All

func (s *SourcesStore) All(context.Context) ([]cmp.Source, error)

All ...

func (*SourcesStore) Delete

Delete ...

func (*SourcesStore) Get

func (s *SourcesStore) Get(ctx context.Context, ID int) (cmp.Source, error)

Get ...

func (*SourcesStore) Update

Update ...

type UsersStore

type UsersStore struct{}

UsersStore ...

func (*UsersStore) Add

func (s *UsersStore) Add(context.Context, *cmp.User) (*cmp.User, error)

Add ...

func (*UsersStore) All

func (s *UsersStore) All(context.Context) ([]cmp.User, error)

All ...

func (*UsersStore) Delete

func (s *UsersStore) Delete(context.Context, *cmp.User) error

Delete ...

func (*UsersStore) Get

func (s *UsersStore) Get(ctx context.Context, q cmp.UserQuery) (*cmp.User, error)

Get ...

func (*UsersStore) Num

func (s *UsersStore) Num(context.Context) (int, error)

Num ...

func (*UsersStore) Update

func (s *UsersStore) Update(context.Context, *cmp.User) error

Update ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL