iface

package
v2.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Overview

Package iface provides useful - generally composition - interface definitions such as 'WriteAtSeeker'.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReadAtSeeker

type ReadAtSeeker interface {
	io.Reader
	io.Seeker
	io.ReaderAt
}

ReadAtSeeker is a composition of the reader/seeker/reader at interfaces.

type WriteAtSeeker

type WriteAtSeeker interface {
	io.Writer
	io.Seeker
	io.WriterAt
}

WriteAtSeeker is a composition of the Writer/Seeker/WriterAt at interfaces.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL