File tree 3 files changed +3
-3
lines changed
coordinator/internal/legacydash
internal/coordinator/pool
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1691,7 +1691,7 @@ func httpStatus(err error) int {
1691
1691
return he .statusCode
1692
1692
}
1693
1693
1694
- // requirePassword is an http.Handler auth wrapper that enforces a
1694
+ // requirePasswordHandler is an http.Handler auth wrapper that enforces an
1695
1695
// HTTP Basic password. The username is ignored.
1696
1696
type requirePasswordHandler struct {
1697
1697
h http.Handler
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ func builderKeyRevoked(builder string) bool {
187
187
return false
188
188
}
189
189
190
- // AuthHandler wraps a http.HandlerFunc with a handler that validates the
190
+ // AuthHandler wraps an http.HandlerFunc with a handler that validates the
191
191
// supplied key and builder query parameters.
192
192
func AuthHandler (h dashHandler ) http.Handler {
193
193
return http .HandlerFunc (func (w http.ResponseWriter , r * http.Request ) {
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ func CoordinatorProcess() *Process {
61
61
return process
62
62
}
63
63
64
- // Process is a datastore record about the lifetime of a coordinator process.
64
+ // ProcessRecord is a datastore record about the lifetime of a coordinator process.
65
65
//
66
66
// Example GQL query:
67
67
// SELECT * From Process where LastHeartbeat > datetime("2016-01-01T00:00:00Z")
You can’t perform that action at this time.
0 commit comments