drone/internal/api/request
Johannes Batzill ecb6276fa8 Add EOF to RPC File Chunk & Cleanups (#29)
Adds an EOF flag to data chunks to avoid using []byte("EOF") as end (due to potential false positives).
Furthermore, a few cleanups are done:
- Add TODOs for initial git changes
- Add missing file headers
- Fix typo for license (was licence)
- Fix make wire target
2022-10-12 10:21:53 -07:00
..
context_test.go Initial commit 2022-08-09 12:37:37 -07:00
context.go Principals, ServiceAccounts, Tokens and auth.Sessions (#15) 2022-09-25 23:44:51 -07:00
path.go Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
principal.go Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
repo.go Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
space.go Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
token.go Add EOF to RPC File Chunk & Cleanups (#29) 2022-10-12 10:21:53 -07:00
util_test.go Initial commit 2022-08-09 12:37:37 -07:00
util.go [Embedded] Harness Router, Inline Space Creation, Bootstrap, Harness/Admin User Setup (#28) 2022-10-10 21:32:14 -07:00