gandalf icon indicating copy to clipboard operation
gandalf copied to clipboard

bin: create struct to centralize command informations

Open flavianmissi opened this issue 12 years ago • 0 comments

Some informations are collected every time they're needed from SSH_ORIGINAL_COMMAND, we could store the processed informations in a struct, like:

type originalCmd struct {
    action string
    repositoryName
    ...
}

flavianmissi avatar Nov 06 '12 17:11 flavianmissi