Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BlockNames = map[lib.KeyType]string{ lib.Custom: "Mutual Funds", lib.Teacher: "Algebra", lib.Project: "Mobile App", }
View Source
var BlockPodNames = map[lib.KeyType]string{ lib.Custom: "Systematic Investment Plan", lib.Teacher: "Sequence and Series", lib.Project: "Android App", }
View Source
var KeyNames = map[lib.KeyType]string{ lib.Custom: "Investments", lib.Teacher: "Math Class", lib.Project: "Snowpal Pitch", }
View Source
var KeyPodName = "Fixed Deposit"
Functions ¶
func DisplayData ¶
func RegisterNewUser ¶
RegisterNewUser Register a new user. Ignore errors due to existing users, keep trying till we get successful.
func SetupNewUser ¶
func SetupNewUser()
Types ¶
type AllKeys ¶
type AllKeys struct { CustomKey KeyWithResources TeacherKey KeyWithResources ProjectKey KeyWithResources }
type KeyWithResources ¶
type KeyWithResources struct { Key response.Key Blocks []BlockWithPods Pods []response.Pod }
Click to show internal directories.
Click to hide internal directories.