Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthState ¶
type AuthState interface {
SaveAuth(authModel *AuthStateModel) (int64, error)
UpdateAuth(authUpdate *AuthStateModel) error
ListAuth() ([]*AuthStateModel, error)
DeleteAuth(id int64) error
}
Click to show internal directories.
Click to hide internal directories.