Documentation ¶
Index ¶
- func Cleanup(ctx context.Context, endpoint string) error
- func Delete(ctx context.Context, endpoint, feedURL string)
- func ListHandler(w http.ResponseWriter, r *http.Request)
- func RemoveHandler(w http.ResponseWriter, r *http.Request)
- func SiteHandler(w http.ResponseWriter, r *http.Request)
- func Update(ctx context.Context, endpoint string, feedURL string, enabled bool) error
- type SiteSubscribe
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListHandler ¶
func ListHandler(w http.ResponseWriter, r *http.Request)
ListHandler は購読しているサイト購読情報を返却する
func RemoveHandler ¶
func RemoveHandler(w http.ResponseWriter, r *http.Request)
RemoveHandler は購読�情報を削除する
func SiteHandler ¶
func SiteHandler(w http.ResponseWriter, r *http.Request)
SiteHandler はサイト購読情報の更新を処理する
Types ¶
type SiteSubscribe ¶
SiteSubscribe はサイト購読情報
func GetAll ¶
func GetAll(ctx context.Context) (dst []SiteSubscribe)
GetAll はDatastore上のSiteSubscribeを全て返却する
func GetAllFromEndpoint ¶
func GetAllFromEndpoint(ctx context.Context, endpoint string) (dst []SiteSubscribe)
GetAllFromEndpoint はendpointに紐づくサイト購読情報を取得する
func GetAllFromFeedURL ¶
func GetAllFromFeedURL(ctx context.Context, feedURL string) (dst []SiteSubscribe)
GetAllFromFeedURL はfeedURLに紐づく有効なサイト購読情報を取得する
func (*SiteSubscribe) Delete ¶
func (s *SiteSubscribe) Delete(ctx context.Context)
Delete は購読情報を削除する
Click to show internal directories.
Click to hide internal directories.