mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
wip: begin implementation of new design in proxy
This commit is contained in:
parent
975364553b
commit
d92f9305dc
2 changed files with 47 additions and 20 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
|
||||
var (
|
||||
ErrValidation = errors.New("validation error")
|
||||
cachePrefixPath = "org:/repo:/run:/ts:/mac:/"
|
||||
cachePrefixPath = "/:org/:repo/:run/:ts/:mac"
|
||||
)
|
||||
|
||||
func (h *Handler) validateMac(params httprouter.Params) (string, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue