Schema gets schema from resource
()
| 80 | |
| 81 | //Schema gets schema from resource |
| 82 | func (resource *Resource) Schema() *Schema { |
| 83 | return resource.schema |
| 84 | } |
| 85 | |
| 86 | //Values returns list of values |
| 87 | func (resource *Resource) Values() []interface{} { |
no outgoing calls
no test coverage detected