Documentation
¶
Overview ¶
Package app is the parent package for the app and types shared across the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProcessedItem ¶
ProcessedItem represents a sent item
func NewProcessedItemFromBytes ¶
func NewProcessedItemFromBytes(byt []byte) (*ProcessedItem, error)
func (*ProcessedItem) Key ¶
func (si *ProcessedItem) Key() []byte
func (*ProcessedItem) ToBytes ¶
func (si *ProcessedItem) ToBytes() ([]byte, error)
Directories
¶
Path | Synopsis |
---|---|
Package config provides the app's configuration.
|
Package config provides the app's configuration. |
Package dispatcher contains the dispatcher service.
|
Package dispatcher contains the dispatcher service. |
Package messenger provides the ability to post messages to a webhook.
|
Package messenger provides the ability to post messages to a webhook. |
Package remote contains the logic for communicating between cli and server process.
|
Package remote contains the logic for communicating between cli and server process. |
Package storage provides access to persistent storage.
|
Package storage provides access to persistent storage. |
Click to show internal directories.
Click to hide internal directories.