Versions in this module Expand all Collapse all v0 v0.0.2 May 6, 2024 v0.0.1 Nov 21, 2023 Changes in this version + type Segment struct + func New(ctx context.Context, token string) (*Segment, error) + func (s *Segment) Metadata(ctx context.Context) (*v2.ConnectorMetadata, error) + func (s *Segment) ResourceSyncers(ctx context.Context) []connectorbuilder.ResourceSyncer + func (s *Segment) Validate(ctx context.Context) (annotations.Annotations, error)