Documentation ¶
Index ¶
- type CustomTopicRet
- type SQLConn
- func (sqlc *SQLConn) Connect(url string) (err error)
- func (sqlc *SQLConn) CreateTable() error
- func (sqlc *SQLConn) PutAllTopics(filename string) error
- func (sqlc *SQLConn) PutToTable(topic string) error
- func (sqlc *SQLConn) QueryCustomTopicFromArxiv(custom string) ([]byte, error)
- func (sqlc *SQLConn) QueryHash(hash string) (bool, error)
- func (sqlc *SQLConn) QueryTitleAuthorsSummaryId(topic string, date string) ([]byte, error)
- type SendGoogleMessage
- type TiAuSuId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomTopicRet ¶ added in v0.0.7
type SQLConn ¶
type SQLConn struct {
// contains filtered or unexported fields
}
1) sqlc := new(SQLConn) 2) sqlc.Connect() 3) sqlc.CreateTable() 4) sqlc.PutAllTopics()
func (*SQLConn) CreateTable ¶
func (*SQLConn) PutAllTopics ¶
func (*SQLConn) QueryCustomTopicFromArxiv ¶ added in v0.0.7
type SendGoogleMessage ¶ added in v0.0.11
type SendGoogleMessage struct {
// contains filtered or unexported fields
}
func (*SendGoogleMessage) Init ¶ added in v0.0.11
func (sgm *SendGoogleMessage) Init(filename string) error
Click to show internal directories.
Click to hide internal directories.