type io.WriteCloser
14 uses
io (current package)
io.go#L139: type WriteCloser interface {
encoding/base64
base64.go#L255: func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser {
encoding/hex
hex.go#L215: func Dumper(w io.Writer) io.WriteCloser {
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
middleware.go#L14: func GetInputStreamWriter(ctx context.Context) io.WriteCloser {
middleware.go#L15: writeCloser, _ := middleware.GetStackValue(ctx, eventStreamWriterKey{}).(io.WriteCloser)
middleware.go#L19: func setInputStreamWriter(ctx context.Context, writeCloser io.WriteCloser) context.Context {
golang.org/x/text/unicode/norm
readwriter.go#L66: func (f Form) Writer(w io.Writer) io.WriteCloser {
google.golang.org/grpc/encoding
encoding.go#L45: Compress(w io.Writer) (io.WriteCloser, error)
google.golang.org/grpc/internal/binarylog
sink.go#L162: func NewBufferedSink(o io.WriteCloser) Sink {
net/http/httputil
httputil.go#L35: func NewChunkedWriter(w io.Writer) io.WriteCloser {
net/http/internal
chunked.go#L189: func NewChunkedWriter(w io.Writer) io.WriteCloser {
net/textproto
writer.go#L43: func (w *Writer) DotWriter() io.WriteCloser {
os/exec
exec.go#L577: func (c *Cmd) StdinPipe() (io.WriteCloser, error) {
vendor/golang.org/x/text/unicode/norm
readwriter.go#L66: func (f Form) Writer(w io.Writer) io.WriteCloser {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)