Documentation
¶
Index ¶
- func Routes(service Service, plausibleClient *plausible.Client) func(r chi.Router)
- type Service
- type ServiceImpl
- func (s *ServiceImpl) EventIcal(ctx context.Context, eventID string) (string, error)
- func (s *ServiceImpl) Feed(ctx context.Context, opts eventsearch.Options) (string, error)
- func (s *ServiceImpl) GroupFeed(ctx context.Context, groupID string) (string, error)
- func (s *ServiceImpl) PlaceFeed(ctx context.Context, placeID string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServiceImpl ¶
type ServiceImpl struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(eventSearchService eventsearch.Service, baseURL string) *ServiceImpl
func (*ServiceImpl) Feed ¶
func (s *ServiceImpl) Feed(ctx context.Context, opts eventsearch.Options) (string, error)
Click to show internal directories.
Click to hide internal directories.