Serialized - get schema serialized definition
()
| 68 | |
| 69 | // Serialized - get schema serialized definition |
| 70 | func (e SchemaDefinition) Serialized() string { |
| 71 | return string(e.SerializedDefinition) |
| 72 | } |
| 73 | |
| 74 | // Tenant - Structure for tenant |
| 75 | type Tenant struct { |
no outgoing calls
no test coverage detected