file

package
v0.0.0-...-8d74fbf Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	// contains filtered or unexported fields
}

func Open

func Open(path string, bookings bookingStore) (_ *Store, err error)

func (*Store) AvailableDesks

func (db *Store) AvailableDesks(ctx context.Context, date time.Time) ([]string, error)

func (*Store) Desk

func (db *Store) Desk(_ context.Context, name string) (string, error)

func (*Store) Desks

func (db *Store) Desks(_ context.Context) ([]string, error)

Jump to

Keyboard shortcuts

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