Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoostStruct ¶
type BoostStruct struct {
// contains filtered or unexported fields
}
func Boost ¶
func Boost(service int, secret string, useNonce bool, callback func(string)) *BoostStruct
func (*BoostStruct) GetFlag ¶
func (b *BoostStruct) GetFlag(name string) interface{}
func (*BoostStruct) GetLink ¶
func (b *BoostStruct) GetLink(userIdentifier string) string
func (*BoostStruct) Redeem ¶
func (b *BoostStruct) Redeem(key string) bool
func (*BoostStruct) Verify ¶
func (b *BoostStruct) Verify(key string) bool
Click to show internal directories.
Click to hide internal directories.