 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Laboratory ¶
type Laboratory struct {
	UUID           string          `json:"uuid"`
	CourseUUID     string          `json:"-"`
	RubricUUID     *string         `json:"rubric_uuid"`
	Name           string          `json:"name"`
	OpeningDate    string          `json:"opening_date"`
	DueDate        string          `json:"due_date"`
	MarkdownBlocks []MarkdownBlock `json:"markdown_blocks"`
	TestBlocks     []TestBlock     `json:"test_blocks"`
}
    type MarkdownBlock ¶
 Click to show internal directories. 
   Click to hide internal directories.