state

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 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 Session

type Session struct {
	Disposed  bool      `json:"disposed"`
	Id        string    `json:"id"`
	BeginTime time.Time `json:"begin_time"`
	UserName  string    `json:"user_name"`
}

type User

type User struct {
	Name     string    `json:"name"`
	Sessions []Session `json:"sessions"`
}

type Users

type Users struct {
	Users []User `json:"users"`
}

Jump to

Keyboard shortcuts

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