package
Version:
v1.5.9
Opens a new window with list of versions in this module.
Published: Apr 28, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IWriter interface {
IsClosed() bool
IsOpen() bool
SetCookie(string, string)
GetCookie(string) string
SetToken(string)
Write(IOperationResult)
WriteByte(byte)
WriteBytes(int, []byte)
End(IOperationResult)
BinarySerializer() IBinarySerializer
TextSerializer() ITextSerializer
Close()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.