Method
Register
(context.Context, string, Stream)
Source from the content-addressed store, hash-verified
| 25 | type StreamManager interface { |
| 26 | StreamGetter |
| 27 | Register(context.Context, string, Stream) error |
| 28 | } |
| 29 | |
| 30 | type StreamGetter interface { |
Implementers 15
servicecontrib/fuzz/cri_server_fuzz_test.go APIinternal/cri/nri/nri_api_linux.go serviceplugins/services/healthcheck/service.g serviceplugins/services/snapshots/service.go serviceplugins/services/leases/service.go serviceplugins/services/mounts/service.go serviceplugins/services/namespaces/service.go serviceplugins/services/version/service.go serviceplugins/services/containers/service.go