Documentation ¶
Index ¶
Constants ¶
View Source
const (
DigestScheme = "id"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPHandler ¶
type HTTPHandler struct {
// contains filtered or unexported fields
}
func (HTTPHandler) ServeHTTP ¶
func (h HTTPHandler) ServeHTTP(res http.ResponseWriter, req *http.Request)
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) TransportURLs ¶
type MessageImpl ¶
type MessageImpl struct {
// contains filtered or unexported fields
}
func (*MessageImpl) Body ¶
func (m *MessageImpl) Body() []byte
func (*MessageImpl) From ¶
func (m *MessageImpl) From() string
func (*MessageImpl) To ¶
func (m *MessageImpl) To() string
type MessageProcessor ¶
type MessageProcessor func([]*MessageImpl) error
Click to show internal directories.
Click to hide internal directories.