Versions in this module Expand all Collapse all v1 v1.11.0 Jan 19, 2025 Changes in this version + type PostService struct + func (a *PostService) Post(ctx context.Context, su *announce.StatusUpdate) (*emptypb.Empty, error) v1.10.0 May 25, 2024 Changes in this version + type AnnounceService struct + func (a *AnnounceService) Announce(ctx context.Context, msg *jsonfeed.Item) (*emptypb.Empty, error) + type Module struct + func New(ctx context.Context, dg *discordgo.Session) (*Module, error) + func (m *Module) RegisterHTTP(mux *http.ServeMux) + type State struct + Announced map[string]struct{}