Documentation
¶
Index ¶
- type Callback
- type Job
- type Params
- type Server
- func (srv *Server) AddProfileHandler(c echo.Context) error
- func (srv *Server) ArchiveNotesHandler(c echo.Context) error
- func (srv *Server) ArchivesHandler(c echo.Context) error
- func (srv *Server) CallbackHandler(c echo.Context) error
- func (srv *Server) FilesHandler(c echo.Context) error
- func (srv *Server) HashTagsHandler(c echo.Context) error
- func (srv *Server) HomeHandler(c echo.Context) error
- func (srv *Server) JobHandler(c echo.Context) error
- func (srv *Server) JobProgressHandler(c echo.Context) error
- func (srv *Server) JobStartHandler(c echo.Context) error
- func (srv *Server) ManageHandler(c echo.Context) error
- func (srv *Server) NewProfilesHandler(c echo.Context) error
- func (srv *Server) NewRouter() *echo.Echo
- func (srv *Server) NotesHandler(c echo.Context) error
- func (srv *Server) ReactionsHandler(c echo.Context) error
- func (srv *Server) RootHandler(c echo.Context) error
- func (srv *Server) UsersHandler(c echo.Context) error
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AddProfileHandler ¶
AddProfileHandler は /profiles のハンドラ
func (*Server) ArchiveNotesHandler ¶
ArchiveNotesHandler は /archives/:date のハンドラ
func (*Server) ArchivesHandler ¶
ArchivesHandler は /archives のハンドラ
func (*Server) CallbackHandler ¶
CallbackHandler は /callback/:host のハンドラ
func (*Server) FilesHandler ¶
FilesHandler は /files のハンドラ
func (*Server) HashTagsHandler ¶
HashTagsHandler は /hashtags/:name のハンドラ
func (*Server) HomeHandler ¶
HomeHandler は /:profile のハンドラ
func (*Server) JobHandler ¶
JobHandler は /job のハンドラ
func (*Server) JobProgressHandler ¶
JobProgressHandler は /job/progress のハンドラ
func (*Server) JobStartHandler ¶
JobStartHandler は /job/start のハンドラ
func (*Server) ManageHandler ¶
ManageHandler は /manage のハンドラ
func (*Server) NewProfilesHandler ¶
NewProfilesHandler は /profiles のハンドラ
func (*Server) NotesHandler ¶
NotesHandler は /notes のハンドラ
func (*Server) ReactionsHandler ¶
ReactionsHandler は /reactions/:name のハンドラ
func (*Server) RootHandler ¶
RootHandler は / のハンドラ
Click to show internal directories.
Click to hide internal directories.