Skip to content

Commit

Permalink
refactor(meta): Remove unnecessary comments
Browse files Browse the repository at this point in the history
Fix #318

Signed-off-by: weichou <weichou1229@gmail.com>
  • Loading branch information
weichou1229 committed Dec 8, 2020
1 parent 617ea87 commit 85d4d6a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions v2/models/deviceservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ package models
type DeviceService struct {
Timestamps
Id string
Name string // time in milliseconds that the device last provided any feedback or responded to any request
Description string // Description of the device service
LastConnected int64 // time in milliseconds that the device last reported data to the core
LastReported int64 // operational state - either enabled or disabled
Labels []string // tags or other labels applied to the device service for search or other identification needs
BaseAddress string // BaseAddress is a fully qualified URI, e.g. <protocol>:\\<hostname>:<port>/<optional path>
AdminState AdminState // Device Service Admin State
Name string
Description string
LastConnected int64
LastReported int64
Labels []string
BaseAddress string
AdminState AdminState
}

0 comments on commit 85d4d6a

Please sign in to comment.