Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfirmOAuth2UseCase ¶
type ListCommentsUseCase ¶
type ListPostUseCase ¶
type ListPostUseCase interface {
Run() ([]blog.RenderedPost, error)
}
type RequestOAuth2UseCase ¶
type UseCases ¶
type UseCases struct { ViewPost ViewPostUseCase ListPosts ListPostUseCase RequestOAuth2 RequestOAuth2UseCase ConfirmOAuth2 ConfirmOAuth2UseCase ListComments ListCommentsUseCase }
type ViewPostUseCase ¶
type ViewPostUseCase interface {
Run(path string) (blog.RenderedPost, error)
}
Click to show internal directories.
Click to hide internal directories.