# Functions
NewAuthRepository はAuthRepositoryのポインタを生成する関数です.
NewDB はMySQLへ接続し、gorpのマッピングオブジェクトを生成します。.
NewSessionRepository はSessionRepositoryのポインタを生成する関数です.
NewUserRepository はUserRepositoryのポインタを生成する関数です.
# Structs
AuthRepository は repository.AuthRepository を満たす構造体です.
SessionRepository は repository.SessionRepository を満たす構造体です.
UserRepository は repository.UserRepository を満たす構造体です.
# Interfaces
No description provided by the author