Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrRandomReadFailed = errors.New("failed to encrypt pw: random read failed") ErrAESCreation = errors.New("failed to encrypt pw: AES cipher creation failed") ErrGCMCreation = errors.New("failed to encrypt pw: GCM mode creation failed") )
View Source
var FacebookPubKey = "70425d9c3279f0fd3855dd64cd5588d2dfd0fe77163bd7b650e1304b5f25135b"
View Source
var FacebookPubKeyId int = 180
Functions ¶
Types ¶
type ABTestData ¶
type ABTestData struct {
// contains filtered or unexported fields
}
func NewABTestData ¶
func NewABTestData() *ABTestData
func (*ABTestData) GenerateAbTestData ¶
func (ab *ABTestData) GenerateAbTestData(strings []string) string
Click to show internal directories.
Click to hide internal directories.