decorator

package
v0.0.0-...-0a33dd6 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EncryptOutputStream

type EncryptOutputStream struct {
	// contains filtered or unexported fields
}

created by https://liqiang.io

func (*EncryptOutputStream) Write

func (s *EncryptOutputStream) Write(content []byte) (int, error)

type FileOutputStream

type FileOutputStream struct {
}

func (*FileOutputStream) Write

func (f *FileOutputStream) Write(content []byte) (int, error)

type GzipOutputStream

type GzipOutputStream struct {
	// contains filtered or unexported fields
}

created by https://liqiang.io

func (*GzipOutputStream) Write

func (s *GzipOutputStream) Write(content []byte) (int, error)

type OutputStream

type OutputStream interface {
	Write(content []byte) (int, error)
}

created by https://liqiang.io

func NewEncryptOutputStream

func NewEncryptOutputStream(os OutputStream) OutputStream

func NewFileOutputStream

func NewFileOutputStream(path string) OutputStream

func NewGzipOutputStream

func NewGzipOutputStream(os OutputStream) OutputStream

Jump to

Keyboard shortcuts

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