Documentation ¶
Index ¶
- type App
- func (app App) HookSMS(c *gin.Context)
- func (app App) NoteCreate(c *gin.Context)
- func (app App) NoteCreateCLI(c *gin.Context)
- func (app App) NoteLatestCLI(c *gin.Context)
- func (app App) NoteListJSON(c *gin.Context)
- func (app App) Page(c *gin.Context)
- func (app App) Pong(c *gin.Context)
- func (app App) UserCreate(c *gin.Context)
- func (app App) UserCreateCLI(c *gin.Context)
- func (app App) UserLogin(c *gin.Context)
- func (app App) UserLoginCLI(c *gin.Context)
- func (app App) UserLogout(c *gin.Context)
- func (app App) UserUpdate(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func AppDefault ¶
func AppDefault(data dataLayer, sms smsLayer) App
func (App) NoteCreate ¶
func (App) NoteCreateCLI ¶
func (App) NoteLatestCLI ¶
func (App) NoteListJSON ¶
func (App) UserCreate ¶
func (App) UserCreateCLI ¶
func (App) UserLoginCLI ¶
func (App) UserLogout ¶
func (App) UserUpdate ¶
Click to show internal directories.
Click to hide internal directories.