Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnounceService ¶
type AnnounceService struct {
*Module
announcev1.UnimplementedAnnounceServer
}
func (*AnnounceService) Announce ¶
func (a *AnnounceService) Announce(ctx context.Context, msg *jsonfeedv1.Item) (*emptypb.Empty, error)
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) RegisterHTTP ¶
type PostService ¶ added in v1.11.0
type PostService struct {
*Module
announcev1.UnimplementedPostServer
}
func (*PostService) Post ¶ added in v1.11.0
func (a *PostService) Post(ctx context.Context, su *announcev1.StatusUpdate) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.