Versions in this module Expand all Collapse all v0 v0.1.1 Sep 24, 2020 v0.1.0 Sep 13, 2020 Changes in this version + func ApplyTagResults(results ShikonaATag, r *sumomodel.Rikishi) + func IsRequestedDivision(d []sumomodel.Division, str string) (int, bool) + func IsRequestedDivisionByID(d []sumomodel.Division, id int) bool + type BanzukeCommand struct + BanzukeFlags *flag.FlagSet + func NewBanzukeCommand(config sumoutils.Config) *BanzukeCommand + func (cmd *BanzukeCommand) CommandName() string + func (cmd *BanzukeCommand) Parse(osArgs []string) error + func (cmd *BanzukeCommand) Run() error + type Command interface + CommandName func() string + Parse func([]string) error + Run func() error + type DivisionFlag []string + func (d *DivisionFlag) Set(s string) error + func (d *DivisionFlag) String() string + type ShikonaATag struct + Dob string + Firstbasho string + HW string + Heya string + Id int + Kanji string + Lastbasho string + Name string + Shusshin string + func (s *ShikonaATag) ParseShikonaATag(element *colly.HTMLElement) + type TorikumiCommand struct + TorikumiFlagSet *flag.FlagSet + func NewTorikumiCommand(config sumoutils.Config) *TorikumiCommand + func (cmd *TorikumiCommand) CommandName() string + func (cmd *TorikumiCommand) Parse(osArgs []string) error + func (cmd *TorikumiCommand) Run() error