Documentation ¶
Index ¶
Constants ¶
View Source
const (
IDBytesLen = 16
)
Variables ¶
Functions ¶
func UUIDToID ¶
func UUIDToID(uuid string) (v [IDBytesLen]byte, err error)
TODO: leverage a full functional UUID library
Types ¶
type ID ¶
type ID struct { String string Bytes [IDBytesLen]byte // contains filtered or unexported fields }
The ID of en entity, in the form of an UUID.
type Outbound ¶
type Outbound interface {
Targets() []*OutboundTarget
}
type OutboundTarget ¶
type OutboundTarget struct { Destination v2net.Destination Accounts []User }
Click to show internal directories.
Click to hide internal directories.