package
1.4.2
Repository: https://github.com/camphor-/relaym-server.git
Documentation: pkg.go.dev

# 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