charger

package module
v0.0.0-...-8357653 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2017 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Charger

type Charger struct {
	ID        int `json:"id"`
	Name      string
	Available int
}

func (*Charger) UnmarshalJSON

func (c *Charger) UnmarshalJSON(bs []byte) error

type Cred

type Cred struct {
	Accountsid string
	Authtoken  string
	From       string
	To         string
}

type SemaResp

type SemaResp struct {
	Data map[string]Charger `json:"aaData"`
}

type Station

type Station struct {
	Status    string
	Available int
}

func (*Station) UnmarshalJSON

func (s *Station) UnmarshalJSON(bs []byte) error

type UserResponse

type UserResponse struct {
	Users []store.User
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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