Documentation ¶
Index ¶
- type GOTVPLUS
- func (g *GOTVPLUS) DeleteMatchByID(id string) error
- func (g *GOTVPLUS) DeleteMatchByToken(token string) error
- func (g *GOTVPLUS) Disconnect() error
- func (g *GOTVPLUS) GetMatchByID(id string) (*pb.Match, error)
- func (g *GOTVPLUS) GetMatchByToken(token string) (*pb.Match, error)
- func (g *GOTVPLUS) GetMatches() (*pb.GetMatchesReply, error)
- func (g *GOTVPLUS) Init(addr string) (*GOTVPLUS, error)
- func (g *GOTVPLUS) LoadMatchFromFile(token string) error
- func (g *GOTVPLUS) MarkID(token string, id string) error
- func (g *GOTVPLUS) SaveMatchToFileByID(id string, path string) error
- func (g *GOTVPLUS) SaveMatchToFileByToken(token string, path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GOTVPLUS ¶
type GOTVPLUS struct { Addr string Client *pb.GOTV_PlusClient // contains filtered or unexported fields }
func (*GOTVPLUS) DeleteMatchByID ¶ added in v1.1.0
func (*GOTVPLUS) DeleteMatchByToken ¶ added in v1.1.0
func (*GOTVPLUS) Disconnect ¶
func (*GOTVPLUS) GetMatchByID ¶ added in v1.1.0
func (*GOTVPLUS) GetMatchByToken ¶ added in v1.1.0
func (*GOTVPLUS) GetMatches ¶
func (g *GOTVPLUS) GetMatches() (*pb.GetMatchesReply, error)
func (*GOTVPLUS) LoadMatchFromFile ¶ added in v1.1.0
func (*GOTVPLUS) SaveMatchToFileByID ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.