config

package
v0.0.0-...-d5842fd Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigQuery

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

func (*BigQuery) Configure

func (x *BigQuery) Configure(ctx context.Context) (interfaces.BigQuery, error)

func (*BigQuery) Flags

func (x *BigQuery) Flags() []cli.Flag

func (*BigQuery) LogValue

func (x *BigQuery) LogValue() slog.Value

type Logger

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

func (*Logger) Configure

func (x *Logger) Configure() (func(), error)

Configure sets up logger and returns closer function and error. You can call closer even if error is not nil.

func (*Logger) Flags

func (x *Logger) Flags() []cli.Flag

type PubSub

type PubSub struct {
	ProjectID string `toml:"project_id"`
	TopicID   string `toml:"topic_id"`
}

func (*PubSub) Configure

func (x *PubSub) Configure(ctx context.Context) (interfaces.Emitter, error)

func (*PubSub) Flags

func (x *PubSub) Flags() []cli.Flag

func (*PubSub) LogValue

func (x *PubSub) LogValue() slog.Value

type Sentry

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

func (*Sentry) Configure

func (x *Sentry) Configure() error

func (*Sentry) Flags

func (x *Sentry) Flags() []cli.Flag

func (*Sentry) LogValue

func (x *Sentry) LogValue() slog.Value

Jump to

Keyboard shortcuts

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