Documentation ¶
Index ¶
- func AddBlock(user response.User, blockName string, key response.Key) (response.Block, error)
- func AddCustomKey(user response.User, keyName string) (response.Key, error)
- func AddPod(user response.User, podName string, key response.Key) (response.Pod, error)
- func AddPodToBlock(user response.User, podName string, block response.Block) (response.Pod, error)
- func AddProjectKey(user response.User, keyName string) (response.Key, error)
- func AddTeacherKey(user response.User, keyName string) (response.Key, error)
- func RegisterUser(email string) (response.User, error)
- func SearchUserAndShareBlock(user response.User, block response.Block, searchToken string, acl string) error
- func SignIn(email string, password string) (response.User, error)
- func SleepAfter()
- func SleepBefore()
- func ValidateDependencies() (response.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPodToBlock ¶
func SearchUserAndShareBlock ¶
func SleepAfter ¶
func SleepAfter()
func SleepBefore ¶
func SleepBefore()
func ValidateDependencies ¶
ValidateDependencies We require that the first recipe be run before anything else as it registers a bunch of users. To verify if it was actually run, we do this "random" check.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.