msg

package
v0.0.0-...-ca6fd01 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsAccountActivate

type CsAccountActivate struct {
	Username string
	Password string
	Answers  string
}

type CsAccountAuth

type CsAccountAuth struct {
	Username string
	Password string
}

type CsAccountCreate

type CsAccountCreate struct {
	Username string
	Password string
}

type CsAdminCPoint

type CsAdminCPoint struct {
	Token       string
	Username    string
	CPointDelta int
}

type CsAdminCheckTask

type CsAdminCheckTask struct {
	Token  string
	TaskId int
	Op     string
}

type CsAdminUpsertTask

type CsAdminUpsertTask struct {
	Token string
	Task  model.Task
}

type Sc

type Sc struct {
	Error string // no news is good news
}

type ScAuth

type ScAuth struct {
	Sc
	Jwt  string
	User *model.User
}

type ScCpoints

type ScCpoints struct {
	Sc
	Entries []model.CPointEntry
}

type ScTask

type ScTask struct {
	Sc
	Task *model.Task
}

type ScTaskRoot

type ScTaskRoot struct {
	Sc
	Tasks  []model.Task
	Waters []string
}

Jump to

Keyboard shortcuts

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