Versions in this module Expand all Collapse all v0 v0.3.0 May 29, 2024 Changes in this version + type Env struct + func Default() *Env + func Testing(ctx context.Context) *Env + func (e *Env) InjectReader(r io.Reader) + func (e *Env) InjectStoreError(err error) + func (e *Env) ProvideStore(ctx context.Context, databaseURL string) (store.Store, error) + func (e *Env) ReadFile(file string) ([]byte, error) + func (e *Env) TestCommand(f func(*Env) *cobra.Command, args []string) (string, error)