-
- Downloads
debut implementation bureau de vote
Showing
- cmd/launch-all-rest-agents/launch-all-agents.go 42 additions, 0 deletionscmd/launch-all-rest-agents/launch-all-agents.go
- cmd/launch-rcagt/launch-rcagt.go 13 additions, 0 deletionscmd/launch-rcagt/launch-rcagt.go
- cmd/launch-rsagt/launch-rsagt.go 13 additions, 0 deletionscmd/launch-rsagt/launch-rsagt.go
- go.mod 4 additions, 2 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- readme.md 11 additions, 0 deletionsreadme.md
- restclientagent/client.go 70 additions, 0 deletionsrestclientagent/client.go
- restserveragent/server.go 116 additions, 0 deletionsrestserveragent/server.go
- types.go 25 additions, 0 deletionstypes.go
cmd/launch-rcagt/launch-rcagt.go
0 → 100644
cmd/launch-rsagt/launch-rsagt.go
0 → 100644
module gitlab.utc.fr/gvandevi/ia04 | ||
module tp5 | ||
go 1.21.1 | ||
go 1.21 | ||
require gitlab.utc.fr/lagruesy/ia04 v0.2.1 // indirect |
go.sum
0 → 100644
readme.md
0 → 100644
restclientagent/client.go
0 → 100644
restserveragent/server.go
0 → 100644
types.go
0 → 100644
Please register or sign in to comment