ReadOnly returns whether the storage is read only.
()
| 36 | |
| 37 | // ReadOnly returns whether the storage is read only. |
| 38 | func (c *Controller) ReadOnly() bool { |
| 39 | return c.storage.ReadOnly() |
| 40 | } |
| 41 | |
| 42 | // Injected returns whether the storage is injected. |
| 43 | func (c *Controller) Injected() bool { |