Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CAS_URL string = "https://cas.insa-rennes.fr/cas/login"
View Source
var MDW_CAS_URL string = "http://mdw.insa-rennes.fr/login/cas"
View Source
var MDW_URL string = "https://mdw.insa-rennes.fr"
Functions ¶
func GenTOTPCode ¶
Types ¶
type Grade ¶
type Vaadin ¶
func (*Vaadin) GenInitURL ¶
type VaadinData ¶
type VaadinData struct {
Changes []Node `json:"changes"`
Execute [][]interface{} `json:"execute"`
// contains filtered or unexported fields
}
func NewVD ¶
func NewVD(data []byte) (*VaadinData, error)
func (*VaadinData) GetGrades ¶
func (v *VaadinData) GetGrades() (*Grade, error)
Click to show internal directories.
Click to hide internal directories.