Documentation ¶
Index ¶
- type Handler
- type Service
- func (s *Service) GetNoteWebURL(ctx context.Context, id string) (string, error)
- func (s *Service) GetUserWebURL(ctx context.Context, id string) (string, error)
- func (s *Service) Inbox(ctx context.Context, object types.ApObject, inboxId string) (types.ApObject, error)
- func (s *Service) NodeInfo(ctx context.Context) (types.NodeInfo, error)
- func (s *Service) NodeInfoWellKnown(ctx context.Context) (types.WellKnown, error)
- func (s *Service) Note(ctx context.Context, id string) (types.ApObject, error)
- func (s *Service) User(ctx context.Context, id string) (types.ApObject, error)
- func (s *Service) WebFinger(ctx context.Context, resource string) (types.WebFinger, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (Handler) NodeInfoWellKnown ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetNoteWebURL ¶
func (*Service) GetUserWebURL ¶
func (*Service) NodeInfoWellKnown ¶
Click to show internal directories.
Click to hide internal directories.