Documentation ¶
Index ¶
- func FromOptBool(o OptValue[bool]) types.Bool
- func FromOptDateTime(o OptValue[time.Time]) timetypes.RFC3339
- func FromOptInt(o OptValue[int]) types.Int32
- func FromOptInt64(o OptValue[int64]) types.Int64
- func FromOptString(o OptValue[string]) types.String
- func ToPhoneOptBool(o types.Bool) zoomphone.OptBool
- func ToPhoneOptDateTime(o timetypes.RFC3339) zoomphone.OptDateTime
- func ToPhoneOptInt(o types.Int32) zoomphone.OptInt
- func ToPhoneOptInt64(o types.Int64) zoomphone.OptInt64
- func ToPhoneOptString(o types.String) zoomphone.OptString
- func ToUserOptBool(o types.Bool) zoomuser.OptBool
- func ToUserOptDateTime(o timetypes.RFC3339) zoomuser.OptDateTime
- func ToUserOptInt(o types.Int32) zoomuser.OptInt
- func ToUserOptInt64(o types.Int64) zoomuser.OptInt64
- func ToUserOptString(o types.String) zoomuser.OptString
- func WaitForDeletion(ctx context.Context, f ChangeFunc) error
- func WaitForUpdate(ctx context.Context, f ChangeFunc) error
- func WaitForUpdateWithTimeout(ctx context.Context, timeout time.Duration, f ChangeFunc) (bool, error)
- type ChangeFunc
- type OptValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToPhoneOptDateTime ¶ added in v0.0.2
func ToPhoneOptDateTime(o timetypes.RFC3339) zoomphone.OptDateTime
func ToUserOptDateTime ¶ added in v0.0.2
func ToUserOptDateTime(o timetypes.RFC3339) zoomuser.OptDateTime
func WaitForDeletion ¶
func WaitForDeletion(ctx context.Context, f ChangeFunc) error
func WaitForUpdate ¶
func WaitForUpdate(ctx context.Context, f ChangeFunc) error
Types ¶
Click to show internal directories.
Click to hide internal directories.