boiler

package module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config interface {
	Sources() []IOWithAuth
}

type Credentials

type Credentials interface {
	Username() string
	Password() string
}

type IOWithAuth

type IOWithAuth interface {
	Enabled() bool
	Type() string
	Name() string
	Addr() string
	Auth() Credentials
}

type JSONable

type JSONable interface {
	AsJSON() []byte
}

type Mapable

type Mapable interface {
	AsMap() map[string]any
}

type Structurable

type Structurable interface {
	Mapable
	JSONable
}

Directories

Path Synopsis
internal
pkg
db

Jump to

Keyboard shortcuts

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