Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecordClient ¶
type RecordClient interface {
ListRecords(ctx context.Context, in *pb.ListRecordsRequest, fields string) (*pb.ListRecordsResponse, error)
}
RecordClient defines the interface for record-related operations
func NewClient ¶
func NewClient(rc *client.RESTClient) RecordClient
NewClient creates a new record client
Click to show internal directories.
Click to hide internal directories.