dockerhub

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2022 License: ISC Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PasswordIdentityDef

func PasswordIdentityDef() *eventline.IdentityDef

func TokenIdentityDef

func TokenIdentityDef() *eventline.IdentityDef

Types

type Connector

type Connector struct {
	Def *eventline.ConnectorDef
	Cfg *ConnectorCfg
	Log *dlog.Logger
}

func NewConnector

func NewConnector() *Connector

func (*Connector) DefaultCfg

func (c *Connector) DefaultCfg() eventline.ConnectorCfg

func (*Connector) Definition

func (c *Connector) Definition() *eventline.ConnectorDef

func (*Connector) Init

func (*Connector) Name

func (c *Connector) Name() string

func (*Connector) Terminate

func (c *Connector) Terminate()

type ConnectorCfg

type ConnectorCfg struct {
}

func (*ConnectorCfg) Check

func (cfg *ConnectorCfg) Check(c *check.Checker)

type PasswordIdentity

type PasswordIdentity struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

func (*PasswordIdentity) Check

func (i *PasswordIdentity) Check(c *check.Checker)

func (*PasswordIdentity) Def

func (*PasswordIdentity) Environment

func (i *PasswordIdentity) Environment() map[string]string

type TokenIdentity

type TokenIdentity struct {
	Username string `json:"username"`
	Token    string `json:"token"`
}

func (*TokenIdentity) Check

func (i *TokenIdentity) Check(c *check.Checker)

func (*TokenIdentity) Def

func (*TokenIdentity) Environment

func (i *TokenIdentity) Environment() map[string]string

Jump to

Keyboard shortcuts

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