Documentation ¶ Index ¶ type BufferPod func (b *BufferPod) CanRead() error func (b *BufferPod) CanWrite() error func (b *BufferPod) Read() ([]byte, error) func (b *BufferPod) Write(signedData string) error type FsPod func (fs *FsPod) CanRead() error func (fs *FsPod) CanWrite() error func (fs *FsPod) Read() ([]byte, error) func (fs *FsPod) Write(signedData string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type BufferPod ¶ type BufferPod struct { Data []byte } func (*BufferPod) CanRead ¶ func (b *BufferPod) CanRead() error func (*BufferPod) CanWrite ¶ func (b *BufferPod) CanWrite() error func (*BufferPod) Read ¶ func (b *BufferPod) Read() ([]byte, error) func (*BufferPod) Write ¶ func (b *BufferPod) Write(signedData string) error type FsPod ¶ type FsPod struct { FilePath string } func (*FsPod) CanRead ¶ func (fs *FsPod) CanRead() error func (*FsPod) CanWrite ¶ func (fs *FsPod) CanWrite() error func (*FsPod) Read ¶ func (fs *FsPod) Read() ([]byte, error) func (*FsPod) Write ¶ func (fs *FsPod) Write(signedData string) error Source Files ¶ View all Source files bytes_pod.go fs_pod.go Click to show internal directories. Click to hide internal directories.