Lowercase the IPv4 and IPv6 attributes, because of there have a java style check that regulate the first letter must be lowercase.
This commit is contained in:
parent
225e6bb9fc
commit
b525e1e0e2
|
|
@ -10,8 +10,8 @@ type AppServerInfo {
|
|||
os: String
|
||||
host: String
|
||||
pid: Int
|
||||
IPv4: String
|
||||
IPv6: String
|
||||
ipv4: String
|
||||
ipv6: String
|
||||
}
|
||||
|
||||
type CPUTrend {
|
||||
|
|
|
|||
Loading…
Reference in New Issue