webclient

package
v0.0.0-...-05e3edf Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2014 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chat

type Chat struct {
	SteamId     uint64
	GroupId     uint64
	ChatMembers []ChatMember
}

type ChatMember

type ChatMember struct {
	SteamId uint64
	Rank    string
}

type Friend

type Friend struct {
	SteamId    uint64
	Name       string
	AvatarRoot string
	Avatar     string
	State      string
	StateText  string
}

type Group

type Group struct {
	SteamId    uint64
	Name       string
	AvatarRoot string
	Avatar     string
	StateText  string
}

type SteamHandler

type SteamHandler struct {
	// contains filtered or unexported fields
}

type User

type User struct {
	SteamId    uint64
	Name       string
	AvatarRoot string
	Avatar     string
}

type WebClient

type WebClient struct {
	WebHandler   *WebHandler
	SteamHandler *SteamHandler
	// contains filtered or unexported fields
}

func NewWebClient

func NewWebClient() *WebClient

func (*WebClient) Start

func (c *WebClient) Start(login steamgo.LogOnDetails)

type WebConnection

type WebConnection struct {
	// contains filtered or unexported fields
}

type WebHandler

type WebHandler struct {
	// contains filtered or unexported fields
}

func (*WebHandler) DispatchEvent

func (w *WebHandler) DispatchEvent(event string)

Jump to

Keyboard shortcuts

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