Documentation ¶
Index ¶
- type PubRsaKey
- type Yggdrasil
- func (y *Yggdrasil) Auth(handle http.Handler) http.Handler
- func (y *Yggdrasil) Authenticate() http.HandlerFunc
- func (y *Yggdrasil) BatchProfile() http.HandlerFunc
- func (y *Yggdrasil) DelTexture() http.HandlerFunc
- func (y *Yggdrasil) GetProfile() http.HandlerFunc
- func (y *Yggdrasil) HasJoined() http.HandlerFunc
- func (y *Yggdrasil) Invalidate() http.HandlerFunc
- func (y *Yggdrasil) PlayerAttributes() http.HandlerFunc
- func (y *Yggdrasil) PlayerCertificates() http.HandlerFunc
- func (y *Yggdrasil) PlayerReport() http.HandlerFunc
- func (y *Yggdrasil) PublicKeys() http.HandlerFunc
- func (y *Yggdrasil) Refresh() http.HandlerFunc
- func (y *Yggdrasil) SessionJoin() http.HandlerFunc
- func (y *Yggdrasil) Signout() http.HandlerFunc
- func (y *Yggdrasil) TextureAssets() http.HandlerFunc
- func (y *Yggdrasil) Validate() http.HandlerFunc
- func (y *Yggdrasil) YggdrasilRoot() http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Yggdrasil ¶
type Yggdrasil struct {
// contains filtered or unexported fields
}
func NewYggdrasil ¶
func (*Yggdrasil) Authenticate ¶
func (y *Yggdrasil) Authenticate() http.HandlerFunc
func (*Yggdrasil) BatchProfile ¶
func (y *Yggdrasil) BatchProfile() http.HandlerFunc
func (*Yggdrasil) DelTexture ¶
func (y *Yggdrasil) DelTexture() http.HandlerFunc
func (*Yggdrasil) GetProfile ¶
func (y *Yggdrasil) GetProfile() http.HandlerFunc
func (*Yggdrasil) HasJoined ¶
func (y *Yggdrasil) HasJoined() http.HandlerFunc
func (*Yggdrasil) Invalidate ¶
func (y *Yggdrasil) Invalidate() http.HandlerFunc
func (*Yggdrasil) PlayerAttributes ¶
func (y *Yggdrasil) PlayerAttributes() http.HandlerFunc
func (*Yggdrasil) PlayerCertificates ¶
func (y *Yggdrasil) PlayerCertificates() http.HandlerFunc
func (*Yggdrasil) PlayerReport ¶
func (y *Yggdrasil) PlayerReport() http.HandlerFunc
func (*Yggdrasil) PublicKeys ¶
func (y *Yggdrasil) PublicKeys() http.HandlerFunc
func (*Yggdrasil) Refresh ¶
func (y *Yggdrasil) Refresh() http.HandlerFunc
func (*Yggdrasil) SessionJoin ¶
func (y *Yggdrasil) SessionJoin() http.HandlerFunc
func (*Yggdrasil) Signout ¶
func (y *Yggdrasil) Signout() http.HandlerFunc
func (*Yggdrasil) TextureAssets ¶
func (y *Yggdrasil) TextureAssets() http.HandlerFunc
func (*Yggdrasil) Validate ¶
func (y *Yggdrasil) Validate() http.HandlerFunc
func (*Yggdrasil) YggdrasilRoot ¶
func (y *Yggdrasil) YggdrasilRoot() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.