storemanager

package
v0.0.0-...-dcf5b65 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextWithStore

func ContextWithStore(ctx context.Context, s *Store) context.Context

Types

type Store

type Store struct {
	IssuesStore  issuesstore.Store
	StoriesStore storiesstore.Store
	UsersStore   usersstore.Store
}

func FromContext

func FromContext(ctx context.Context) *Store

func NewStore

func NewStore(
	issuesStore issuesstore.Store,
	storiesStore storiesstore.Store,
	usersStore usersstore.Store,
) *Store

Jump to

Keyboard shortcuts

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