store

package
v0.0.0-...-ea18b5b Latest Latest
Warning

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

Go to latest
Published: May 18, 2017 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Room

type Room struct {
	Name          string    `json:"name"`
	LocalAddress  string    `json:"local"`
	RemoteAddress string    `json:"remote"`
	Connections   int       `json:"connections"`
	Created       time.Time `json:"created"`
	Touched       time.Time `json:"touched"`
}

func (*Room) Eject

func (room *Room) Eject() error

func (*Room) Get

func (room *Room) Get() error

func (*Room) Update

func (room *Room) Update() error

Jump to

Keyboard shortcuts

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