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

feat: add provider name and repo name to envs ls #286

Merged
merged 4 commits into from
Mar 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! feat: add provider name and repo name to envs ls
  • Loading branch information
cmoog committed Mar 11, 2021
commit 6048493b0a45a3f27f85f9bc66af5086f6b4b22b
2 changes: 2 additions & 0 deletions internal/coderutil/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ func DefaultWorkspaceProvider(ctx context.Context, c coder.Client) (*coder.Kuber
return nil, coder.ErrNotFound
}

// EnvTable defines an Environment-like structure with associated entities composed in a human
// readable form.
type EnvTable struct {
Name string `table:"Name"`
Image string `table:"Image"`
Expand Down