Structure
TagsUseCase
public struct TagsUseCase: UseCase
Use cases for Tags.
Initializers
Methods
allTags()
public func allTags() -> Future<TagsResponse>
This use case has work of get all tags in services.
Returns
The Future
that returns TagsResponse
.