service: fix comments
This commit is contained in:
parent
4aac4d093d
commit
65d7c39e1a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
package service
|
||||
|
||||
// ResetMeta returns current value and sets RequestMetaHeader to empty value.
|
||||
// CutMeta returns current value and sets RequestMetaHeader to empty value.
|
||||
func (m *RequestMetaHeader) CutMeta() RequestMetaHeader {
|
||||
cp := *m
|
||||
m.Reset()
|
||||
|
|
|
@ -22,7 +22,7 @@ type RawContainer interface {
|
|||
SetRaw(bool)
|
||||
}
|
||||
|
||||
// VersionContainer is an interface of the container of a numerical Version value with read access.
|
||||
// VersionSource is an interface of the container of a numerical Version value with read access.
|
||||
type VersionSource interface {
|
||||
GetVersion() uint32
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue