InternalObject is an object that is internal to the kwok project.
| 80 | |
| 81 | // InternalObject is an object that is internal to the kwok project. |
| 82 | type InternalObject interface { |
| 83 | GetNamespace() string |
| 84 | GetName() string |
| 85 | } |
| 86 | |
| 87 | type configHandler struct { |
| 88 | Unmarshal func(raw []byte) (versiondObject, error) |
no outgoing calls
no test coverage detected