shineTickMsg drives the startup banner shine animation. Self-perpetuates until the shine peak passes off the right edge of the banner.
| 78 | // shineTickMsg drives the startup banner shine animation. Self-perpetuates |
| 79 | // until the shine peak passes off the right edge of the banner. |
| 80 | type shineTickMsg struct{} |
| 81 | |
| 82 | // internal messages |
| 83 | type agentDoneMsg struct{ err error } |
nothing calls this directly
no outgoing calls
no test coverage detected