Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6048493

Browse files
committed
fixup! feat: add provider name and repo name to envs ls
1 parent 8172858 commit 6048493

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/coderutil/env.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ func DefaultWorkspaceProvider(ctx context.Context, c coder.Client) (*coder.Kuber
7474
return nil, coder.ErrNotFound
7575
}
7676

77+
// EnvTable defines an Environment-like structure with associated entities composed in a human
78+
// readable form.
7779
type EnvTable struct {
7880
Name string `table:"Name"`
7981
Image string `table:"Image"`

0 commit comments

Comments
 (0)