Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type FileReader struct {
// contains filtered or unexported fields
}
func NewFileReader ¶
func NewFileReader(path string) (*FileReader, error)
func (*FileReader) Close ¶
func (f *FileReader) Close() error
func (*FileReader) Read ¶
func (f *FileReader) Read() (*prompb.WriteRequest, error)
type FileWriter ¶
type FileWriter struct {
// contains filtered or unexported fields
}
func NewFileWriter ¶
func NewFileWriter(path string) (*FileWriter, error)
func (*FileWriter) Close ¶
func (f *FileWriter) Close() error
func (*FileWriter) Write ¶
func (f *FileWriter) Write(wr *prompb.WriteRequest) (int, error)
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
func NewDataSet ¶
func NewDataSet(opts SetOptions) *Set
type SetOptions ¶
Click to show internal directories.
Click to hide internal directories.