Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2026 Changes in this version + type MockUtilityServices struct + ConvertTimeFunc func(ctx context.Context, fromZone, toZone string, t time.Time) (time.Time, error) + FindMeetingTimeFunc func(ctx context.Context, req *domain.MeetingFinderRequest) (*domain.MeetingTimeSlots, error) + GetDSTTransitionsFunc func(ctx context.Context, zone string, year int) ([]domain.DSTTransition, error) + GetTimeZoneInfoFunc func(ctx context.Context, zone string, at time.Time) (*domain.TimeZoneInfo, error) + ListTimeZonesFunc func(ctx context.Context) ([]string, error) + func NewMockUtilityServices() *MockUtilityServices + func (m *MockUtilityServices) ConvertTime(ctx context.Context, fromZone, toZone string, t time.Time) (time.Time, error) + func (m *MockUtilityServices) FindMeetingTime(ctx context.Context, req *domain.MeetingFinderRequest) (*domain.MeetingTimeSlots, error) + func (m *MockUtilityServices) GetDSTTransitions(ctx context.Context, zone string, year int) ([]domain.DSTTransition, error) + func (m *MockUtilityServices) GetTimeZoneInfo(ctx context.Context, zone string, at time.Time) (*domain.TimeZoneInfo, error) + func (m *MockUtilityServices) ListTimeZones(ctx context.Context) ([]string, error)