github.com/storacha/go-ucanto@v0.7.2/transport/channel.go (about) 1 package transport 2 3 import "context" 4 5 type Channel interface { 6 Request(ctx context.Context, request HTTPRequest) (HTTPResponse, error) 7 }