# Functions

NewBlog : Blog用ユースケースを取得.
NewNotification : Notification用ユースケースを取得.

# Variables

APISet : usecase層のWireSet(API用).
CLISet : usecase層のWireSet(CLI用).
ErrBlogNotFound : 該当Blogが存在しないエラー.

# Interfaces

Blog : Blog用ユースケースのインターフェース.
Notification : Notification用ユースケースのインターフェース.