common

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AclParam

type AclParam struct {
	UserId      string
	ResourceIds ResourceIdParam
}

type AllowArchivalReqBody

type AllowArchivalReqBody struct {
	AllowArchival bool `json:"allowArchival"`
}

type DisplayAttribute

type DisplayAttribute struct {
	Name string `json:"attributeName"`
	Show bool   `json:"show"`
}

type ResourceCreator

type ResourceCreator struct {
	CreatedOn string `json:"createdOn"`
	CreatedBy string `json:"createdBy"`
}

type ResourceIdParam

type ResourceIdParam struct {
	KeyId        string
	CourseId     string
	AssessmentId string
}

type ResourceModifier

type ResourceModifier struct {
	ModifiedOn string `json:"modifiedOn"`
	ModifiedBy string `json:"modifiedBy"`
}

type SearchUsersParam

type SearchUsersParam struct {
	SearchToken string
	ResourceIds ResourceIdParam
}

type SlimAssessment

type SlimAssessment struct {
	ID      string       `json:"id"`
	Name    string       `json:"assessmentName"`
	Key     *SlimKey     `json:"key"`
	Course  *SlimCourse  `json:"course"`
	Courses []SlimCourse `json:"courses"`
}

type SlimCourse

type SlimCourse struct {
	ID   string   `json:"id"`
	Name string   `json:"courseName"`
	Key  *SlimKey `json:"key"`
}

type SlimKey

type SlimKey struct {
	ID    string `json:"id"`
	Name  string `json:"keyName"`
	Type  string `json:"keyType"`
	Color string `json:"color"`
}

type UnreadCount

type UnreadCount struct {
	UnreadCount int `json:"unreadCount"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL