report

package
v0.0.0-...-12fac50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const CommentLabel = "コメント"
View Source
const CountLabel = "票数"
View Source
const FundLabel = "ファンド名"
View Source
const IdLabel = "ID"
View Source
const NameLabel = "名前"
View Source
const OldName = "Sheet1"

output filename

View Source
const RankingLabel = "順位"
View Source
const RankingSQL = `` /* 399-byte string literal not displayed */

ranking

View Source
const ReportSQL = `` /* 753-byte string literal not displayed */

report

View Source
const Sep = "%0D%0A"
View Source
const TimestampLabel = "時刻"

Variables

This section is empty.

Functions

func Output

func Output(cf *config.Config, ds string)

Types

type Ranking

type Ranking struct {
	Rank  int `gorm:"column:r"`
	Count int `gorm:"column:c"`
	Name  string
}

type Report

type Report struct {
	Rank      int `gorm:"column:r"`
	Count     int `gorm:"column:c"`
	Ticker    string
	Fund      string
	Name      string
	TwitterId string `gorm:"column:twitter_id"`
	Comment   string
	TweetAt   string `gorm:"column:tweet_at"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL