interface SaveService
Service for saving current description of API.
See Also
Author
Vladislav Iusiumbeli
Since
1.0.0
save |
Should save current description of API somewhere. abstract fun save(): Unit |
SaveServiceImpl |
Implementation of SaveService interface. open class SaveServiceImpl : SaveService |