Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfccd2de

Browse files
chore: begin impl of dev container agent's/coderd/agenetapi
1 parenteb9a651 commitfccd2de

File tree

14 files changed

+1176
-209
lines changed

14 files changed

+1176
-209
lines changed

‎agent/agenttest/client.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,18 @@ func (f *FakeAgentAPI) GetConnectionReports() []*agentproto.ReportConnectionRequ
364364
returnslices.Clone(f.connectionReports)
365365
}
366366

367+
func (f*FakeAgentAPI)CreateDevContainerAgent(_ context.Context,req*agentproto.CreateDevContainerAgentRequest) (*agentproto.CreateDevContainerAgentResponse,error) {
368+
panic("unimplemented")
369+
}
370+
371+
func (f*FakeAgentAPI)DeleteDevContainerAgent(_ context.Context,req*agentproto.DeleteDevContainerAgentRequest) (*emptypb.Empty,error) {
372+
panic("unimplemented")
373+
}
374+
375+
func (f*FakeAgentAPI)ListDevContainerAgents(_ context.Context,req*agentproto.ListDevContainerAgentsRequest) (*agentproto.ListDevContainerAgentsResponse,error) {
376+
panic("unimplemented")
377+
}
378+
367379
funcNewFakeAgentAPI(t testing.TB,logger slog.Logger,manifest*agentproto.Manifest,statsChchan*agentproto.Stats)*FakeAgentAPI {
368380
return&FakeAgentAPI{
369381
t:t,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp