()
| 1313 | } |
| 1314 | |
| 1315 | func (m *License) GetEnabled() bool { |
| 1316 | if m != nil { |
| 1317 | return m.Enabled |
| 1318 | } |
| 1319 | return false |
| 1320 | } |
| 1321 | |
| 1322 | type ZeroProposal struct { |
| 1323 | SnapshotTs map[uint32]uint64 `protobuf:"bytes,1,rep,name=snapshot_ts,json=snapshotTs,proto3" json:"snapshot_ts,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` |
nothing calls this directly
no outgoing calls
no test coverage detected