Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteObservability ¶
type RemoteObservability interface { // Init is called to specify the number of assets we will be loading Init(nbTotalAssets int) // LoadingAsset is called when we start loading a github asset LoadingAsset(entity string, nb int) }
RemoteObservability is used to get feedback on part of the loading process. In particular when we load repos, teams, and users. It is mostly used for UX purposes (on the plan)
Click to show internal directories.
Click to hide internal directories.