Documentation ¶
Overview ¶
Package no6 はえのぐ公式ファンクラブ -No.6- https://enogu-no6.com/home にアクセスするためのパッケージです
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// ArchivesListFile 変数はアーカイブ情報をまとめたcsvファイルです
ArchivesListFile = "archives_list.csv"
)
Functions ¶
func MakeArchivesList ¶
func MakeArchivesList(archivesInfo []*archiveInfo) error
MakeArchivesList 関数はlocalにあるアーカイブページのデータからアーカイブの情報を抽出したcsvファイルを生成します 抽出が終わったファイルは削除されます
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client 構造体は公式HPにアクセスするためのクライアントです
func (*Client) GetArchivesInfo ¶
func (*Client) GetArchivesInfoALL ¶
GetArchivesInfoALL 関数は公式HP上のすべてのアーカイブページをローカルに保存します
func (*Client) GetArchivesLastPageNumber ¶
type RestAPIFunc ¶
type RestAPIFunc func(w http.ResponseWriter, r *http.Request)
func (RestAPIFunc) Do ¶
func (rf RestAPIFunc) Do(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.