| 187 | } |
| 188 | |
| 189 | type Tab struct { |
| 190 | OID string `json:"oid"` |
| 191 | Version int `json:"version"` |
| 192 | Name string `json:"name"` |
| 193 | LayoutState string `json:"layoutstate"` |
| 194 | BlockIds []string `json:"blockids"` |
| 195 | Meta MetaMapType `json:"meta"` |
| 196 | } |
| 197 | |
| 198 | func (*Tab) GetOType() string { |
| 199 | return OType_Tab |
nothing calls this directly
no outgoing calls
no test coverage detected