vieter/src/git.v

8 lines
92 B
Coq
Raw Normal View History

2022-02-20 21:19:31 +01:00
module git
pub struct GitRepo {
pub:
2022-02-20 22:15:10 +01:00
url string [required]
2022-02-20 21:19:31 +01:00
branch string [required]
}