mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 14:58:44 +00:00
Fix the typo in protocolAbbreviation
field of MizuEntry
(#307)
This commit is contained in:
parent
51fc3307be
commit
352567c56e
@ -106,7 +106,7 @@ type MizuEntry struct {
|
|||||||
UpdatedAt time.Time
|
UpdatedAt time.Time
|
||||||
ProtocolName string `json:"protocolName" gorm:"column:protocolName"`
|
ProtocolName string `json:"protocolName" gorm:"column:protocolName"`
|
||||||
ProtocolLongName string `json:"protocolLongName" gorm:"column:protocolLongName"`
|
ProtocolLongName string `json:"protocolLongName" gorm:"column:protocolLongName"`
|
||||||
ProtocolAbbreviation string `json:"protocolAbbreviation" gorm:"column:protocolVersion"`
|
ProtocolAbbreviation string `json:"protocolAbbreviation" gorm:"column:protocolAbbreviation"`
|
||||||
ProtocolVersion string `json:"protocolVersion" gorm:"column:protocolVersion"`
|
ProtocolVersion string `json:"protocolVersion" gorm:"column:protocolVersion"`
|
||||||
ProtocolBackgroundColor string `json:"protocolBackgroundColor" gorm:"column:protocolBackgroundColor"`
|
ProtocolBackgroundColor string `json:"protocolBackgroundColor" gorm:"column:protocolBackgroundColor"`
|
||||||
ProtocolForegroundColor string `json:"protocolForegroundColor" gorm:"column:protocolForegroundColor"`
|
ProtocolForegroundColor string `json:"protocolForegroundColor" gorm:"column:protocolForegroundColor"`
|
||||||
|
Loading…
Reference in New Issue
Block a user