package
0.0.0-20240128222815-57fe098d044a
Repository: https://github.com/gritcli/grit.git
Documentation: pkg.go.dev
# Functions
WaitForResolveResponse waits for the next response of a ResolveRepo() API operation and dispatches the appropriate message.
# Structs
LocalRepoMatched is a tea.Msg that indicates a ResolveRepo() API operation has found a matching local repository.
OutputReceived is a tea.Msg that indicates output text has been received from the server.
RemoteRepoMatched is a tea.Msg that indicates a ResolveRepo() API operation has found a matching remote repository.
ResolveComplete is a tea.Msg that indicates a ResolveRepo() API operation has completed successfully.
ResolveFailed is a tea.Msg that indicates a ResolveRepo() API operation has failed.