Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStartTime int64
Functions ¶
func GetTimestampStart ¶
func GetTimestampStart() int64
Types ¶
type Option ¶
type Option struct { KafkaTopic string `json:"kafka_topic"` TimestampStart int64 `json:"timestamp_start" mapstructure:"timestamp_start"` }
Option represents the configuration options for the ActivityPub client.
type State ¶
type State struct {
LastOffset int64 `json:"last_offset"`
}
State represents the state of the ActivityPub data protocol.
type Task ¶
type Task struct { Network network.Network Message activitypub.Object }
func (Task) BuildActivity ¶
func (Task) GetNetwork ¶
func (Task) GetTimestamp ¶
Click to show internal directories.
Click to hide internal directories.