Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
SearchPosts(context.Context, string, int) (domain.Page[domain.Post], error)
GetPost(context.Context, string) (domain.Post, error)
GetPostReplies(context.Context, string, int) (domain.Page[domain.Reply], error)
GetProfile(context.Context, string) (domain.Profile, error)
GetProfilePosts(context.Context, string, int) (domain.Page[domain.Post], error)
Info() Info
}
Click to show internal directories.
Click to hide internal directories.