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 = "12def329556027ca2728822b77266a9927bcf14d49d35e9f688f56631a44f265"
View Source
var FacebookPubKeyId int = 11
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.