package gitea import ( "errors" ) var ErrorNotFound = errors.New("not found") const ( branchTimestampCacheKeyPrefix = "branchTime" defaultBranchCacheKeyPrefix = "defaultBranch" )