()
| 1245 | } |
| 1246 | |
| 1247 | func (m *Group) GetCheckpointTs() uint64 { |
| 1248 | if m != nil { |
| 1249 | return m.CheckpointTs |
| 1250 | } |
| 1251 | return 0 |
| 1252 | } |
| 1253 | |
| 1254 | type License struct { |
| 1255 | User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected