Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOptions ¶
type SearchOptions ¶
type Service ¶
type Service struct {
Backend string
Client *api.Client
ClientErr error
OpenStore func() (*db.Store, error)
ProgressWriter io.Writer
WarnStale bool
}
func NewService ¶
func NewService(opts ServiceOptions) *Service
func (*Service) SearchPage ¶ added in v0.2.12
func (s *Service) SearchPage(ctx context.Context, opts SearchOptions) (api.ListChatsResponse, error)
Click to show internal directories.
Click to hide internal directories.