class

package
v0.0.0-...-e1c34d2 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// COB const for Community of Believers
	COB = `COB`
	// COL const for Community of Leaders
	COL = `COL`
	// COC const for Community of Councellors
	COC = `COC`
)

Variables

View Source
var (
	ErrClassNotFound   = errors.New(`Class not found`)
	ErrSessionNotFound = errors.New(`Session not found`)
)

Functions

This section is empty.

Types

type Class

type Class struct {
	ID    string `json:"id"`
	Name  string `json:"name"`
	Batch int64  `json:"batch"`
	Year  int64  `json:"year"`
}

Class represents class

type Session

type Session struct {
	ID          int64  `json:"id"`
	Name        string `json:"name"`
	Description string `json:"description"`
}

Session represents session

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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