vieter/src/git.v

8 lines
92 B
V

module git
pub struct GitRepo {
pub:
url string [required]
branch string [required]
}