package
Version:
v0.0.0-...-cf06ac5
Opens a new window with list of versions in this module.
Published: Dec 17, 2019
License: GPL-3.0
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 Dashboard struct {
Users int64 `json:"users"`
Chains int64 `json:"chains"`
Channels int64 `json:"channels"`
Chaincodes int64 `json:"chaincodes"`
}
type LoginForm struct {
UserName string `form:"username" binding:"required"`
Password string `form:"password" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.