types

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: MIT Imports: 0 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth string

Auth matches an auth= tuple in a config If the value matches factotum, it will use the factotum to return a password If the value matches password, it will return the value of a password= tuple If the value matches none, it will return an empty string Any other value set for Auth will result in undefined behaviour, but should result in an error for marshalling

func (*Auth) String

func (a *Auth) String() string

type ListenAddress

type ListenAddress string

ListenAddress is the listen_address tuple in a config If this is unset in the config, it will be filled with "localhost"

func (*ListenAddress) String

func (a *ListenAddress) String() string

type Logdir

type Logdir string

Logdir is the directory that an Altid service can optionally store logs to If this is unset in the config, it will be filled with "none"

func (*Logdir) String

func (a *Logdir) String() string

Jump to

Keyboard shortcuts

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