(channel string)
| 22 | } |
| 23 | |
| 24 | func (s *workspaceScope) NetworkChannelRef(channel string) store.NetworkChannelRef { |
| 25 | return store.NetworkChannelRef{ |
| 26 | WorkspaceID: s.NetworkWorkspaceID(), |
| 27 | Channel: strings.TrimSpace(channel), |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | func (s *workspaceScope) NetworkWorkspaceID() string { |
| 32 | return strings.TrimSpace(s.RegistryID) |
no test coverage detected