Documentation
¶
Index ¶
- type Data
- type Downloader
- func (g *Downloader) Download() int
- func (g *Downloader) Fetch() ([]byte, int)
- func (g *Downloader) GetCurrentProduction() string
- func (g *Downloader) GetDomain() string
- func (g *Downloader) GetOutput() string
- func (g *Downloader) GetPath() string
- func (g *Downloader) GetProduction() string
- func (g *Downloader) GetUrl() string
- func (g *Downloader) SetDomain(domain string)
- func (g *Downloader) SetFileName(name string)
- func (g *Downloader) SetFurni()
- func (g *Downloader) SetGordon()
- func (g *Downloader) SetImages()
- func (g *Downloader) SetOther()
- func (g *Downloader) SetOutput(output string)
- func (g *Downloader) SetPath(pathUrl string)
- func (g *Downloader) SetProduction(production string)
- func (g *Downloader) SetRevision(revision string)
- func (g *Downloader) SetSwf()
- func (g *Downloader) SetTxt()
- func (g *Downloader) SetXml()
- type Furni
- type FurniTypeS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func NewDownloader ¶
func NewDownloader(c client.Client) *Downloader
func (*Downloader) Download ¶
func (g *Downloader) Download() int
func (*Downloader) Fetch ¶
func (g *Downloader) Fetch() ([]byte, int)
func (*Downloader) GetCurrentProduction ¶
func (g *Downloader) GetCurrentProduction() string
func (*Downloader) GetDomain ¶
func (g *Downloader) GetDomain() string
func (*Downloader) GetOutput ¶
func (g *Downloader) GetOutput() string
func (*Downloader) GetPath ¶
func (g *Downloader) GetPath() string
func (*Downloader) GetProduction ¶
func (g *Downloader) GetProduction() string
func (*Downloader) GetUrl ¶
func (g *Downloader) GetUrl() string
func (*Downloader) SetDomain ¶
func (g *Downloader) SetDomain(domain string)
func (*Downloader) SetFileName ¶
func (g *Downloader) SetFileName(name string)
func (*Downloader) SetFurni ¶ added in v0.1.2
func (g *Downloader) SetFurni()
func (*Downloader) SetGordon ¶
func (g *Downloader) SetGordon()
func (*Downloader) SetImages ¶ added in v0.1.2
func (g *Downloader) SetImages()
func (*Downloader) SetOther ¶
func (g *Downloader) SetOther()
func (*Downloader) SetOutput ¶
func (g *Downloader) SetOutput(output string)
func (*Downloader) SetPath ¶
func (g *Downloader) SetPath(pathUrl string)
func (*Downloader) SetProduction ¶
func (g *Downloader) SetProduction(production string)
func (*Downloader) SetRevision ¶
func (g *Downloader) SetRevision(revision string)
func (*Downloader) SetSwf ¶ added in v0.1.2
func (g *Downloader) SetSwf()
func (*Downloader) SetTxt ¶
func (g *Downloader) SetTxt()
func (*Downloader) SetXml ¶
func (g *Downloader) SetXml()
type Furni ¶
type Furni struct {
RoomItemTypes FurniTypeS `json:"roomitemtypes"`
WallItemTypes FurniTypeS `json:"wallitemtypes"`
}
type FurniTypeS ¶
type FurniTypeS struct {
FurniType []Data `json:"furnitype"`
}
Click to show internal directories.
Click to hide internal directories.