delegate

package
v0.10.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Delegate

type Delegate interface {
	String() string
}

type Delegator

type Delegator interface {
	Delegate(message.Message) ([]Delegate, error)
}

type Literal

type Literal struct {
	Text string
}

func (Literal) String

func (i Literal) String() string

type User

type User struct {
	ID string
}

func (User) String

func (i User) String() string

type UserGroup

type UserGroup struct {
	ID    string
	Alias string
}

func (UserGroup) String

func (i UserGroup) String() string

Jump to

Keyboard shortcuts

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