Documentation ¶
Index ¶
Constants ¶
View Source
const ( DriverSqlite = "sqlite3" DriverMysql = "mysql" DriverPostgres = "postgres" )
Supported database drivers.
Variables ¶
View Source
var ErrNoTokenProvided = errors.New("please provide a token")
Functions ¶
func SupportedDriver ¶
Types ¶
type ErrorRepoNotExist ¶
type ErrorRepoNotExist struct {
RepoID int64
}
func (ErrorRepoNotExist) Error ¶
func (e ErrorRepoNotExist) Error() string
func (ErrorRepoNotExist) Unwrap ¶
func (ErrorRepoNotExist) Unwrap() error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.