| 31 | ) |
| 32 | |
| 33 | type RuntimeInterface interface { |
| 34 | CreateSandbox(ctx context.Context, serviceInfo *proto.ServiceInfo) (*proto.SandboxCreationStatus, error) |
| 35 | DeleteSandbox(ctx context.Context, in *proto.SandboxID) (*proto.ActionStatus, error) |
| 36 | ListEndpoints(ctx context.Context, _ *emptypb.Empty) (*proto.EndpointsList, error) |
| 37 | ValidateHostConfig() bool |
| 38 | } |
no outgoing calls
no test coverage detected