Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APP struct{ Steam Steam }
Functions ¶
This section is empty.
Types ¶
type AttrCopyFn ¶
type AttrCopyFn struct {
// contains filtered or unexported fields
}
func CopyFn ¶
func CopyFn(fn func(copied []byte) error) AttrCopyFn
func (AttrCopyFn) Register ¶
func (my AttrCopyFn) Register(steam *Steam)
type AttrReadCloser ¶
type AttrReadCloser struct {
// contains filtered or unexported fields
}
func ReadCloser ¶
func ReadCloser(readCloser io.ReadCloser) AttrReadCloser
func (AttrReadCloser) Register ¶
func (my AttrReadCloser) Register(steam *Steam)
type Attributer ¶
type Attributer interface {
Register(steam *Steam)
}
Click to show internal directories.
Click to hide internal directories.