Documentation ¶
Index ¶
- type Collection
- func (d *Collection) Export(itemCallback func(string, export.Export) export.Export) []export.Export
- func (d *Collection) GetAbsPath(demoName string) (string, error)
- func (d *Collection) GetEventInfo(demoName string) string
- func (d *Collection) GetFilename(demoName string) (string, error)
- func (d *Collection) GetInfo(demoName string) (info.Info, error)
- func (d *Collection) GetMvdParserFilename(demoName string) string
- func (d *Collection) GetSha256(demoName string) (string, error)
- func (d *Collection) GetStage(demoName string) string
- func (d *Collection) GetTitle(demoName string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct {
Path string
}
func New ¶
func New(path string) *Collection
func (*Collection) GetAbsPath ¶
func (d *Collection) GetAbsPath(demoName string) (string, error)
func (*Collection) GetEventInfo ¶
func (d *Collection) GetEventInfo(demoName string) string
func (*Collection) GetFilename ¶
func (d *Collection) GetFilename(demoName string) (string, error)
func (*Collection) GetMvdParserFilename ¶
func (d *Collection) GetMvdParserFilename(demoName string) string
func (*Collection) GetStage ¶
func (d *Collection) GetStage(demoName string) string
func (*Collection) GetTitle ¶
func (d *Collection) GetTitle(demoName string) string
Click to show internal directories.
Click to hide internal directories.