package
Version:
v0.0.0-...-7f920c7
Opens a new window with list of versions in this module.
Published: Nov 29, 2016
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Id int `json:"id"`
Name string `json:"name"`
Password string `json:"pwd"`
}
type Users struct {
Description string `json:"description"`
Users []Item `json:"users"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.