package
0.0.0-20220106165611-5b94c7c5d68e
Repository: https://github.com/l-lin/tcli.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewMockRepository creates a new mock instance.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CacheInMemory is a decorator that caches the results of the proxified Repository in memory.
No description provided by the author
CardToCreate is the representation used in the card creation it's different from the other card representation because we do not want to expose everything to the user like for instance, the card ID as the user.
CardToEdit is the representation used in the card edition it's different from the other card representation because we do not want to expose everything to the user like for instance, the card ID as the user.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CreateCard represents the resources used to create a new card See https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post for more info.
No description provided by the author
HttpRepository fetches the results from Trello APIs.
No description provided by the author
No description provided by the author
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
No description provided by the author
No description provided by the author
No description provided by the author
UpdateCard represents the resources used to update a card See https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-id-put for more info.
No description provided by the author
# Interfaces
Repository to call perform CRUD operation on Trello resources We may want to update this interface to accept channels to support async.