package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Aug 15, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Endpoint struct {
ID uint `gorm:"primary_key"`
Endpoint string `json:"endpoint"`
Ts int `json:"-"`
TCreate time.Time `json:"-"`
TModify time.Time `json:"-"`
EndpointCounters []EndpointCounter `gorm:"ForeignKey:EndpointIDE"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.