pulumi/pkg/channel
Will Jones 48fb7b7bdb
Move `sdk/go/common/channel` to `pkg` (#17895)
`sdk/go/common/channel` is home to a single helper function,
`FilterRead`, that is [only used

internally](https://github.com/search?q=%28org%3Apulumiverse+OR+org%3Apulumi%29+%22FilterRead%22&type=code)
and doesn't need to be part of the public API that `sdk/go/common` in
theory comprises. This commit moves it into `pkg/channel` to try and
reduce unnecessary surface in `sdk/go/common`.
2024-12-02 16:25:50 +00:00
..
channel.go Move `sdk/go/common/channel` to `pkg` (#17895) 2024-12-02 16:25:50 +00:00
channel_test.go Move `sdk/go/common/channel` to `pkg` (#17895) 2024-12-02 16:25:50 +00:00