Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProviders ¶
func GetProviders() map[string]cuexruntime.ProviderFn
GetProviders return the provider
Types ¶
type DateReturns ¶
type DateReturns = providertypes.Returns[DateReturnVars]
DateReturns .
func Date ¶
func Date(_ context.Context, params *DateParams) (*DateReturns, error)
Date convert timestamp to date
type TimestampReturnVars ¶
type TimestampReturnVars struct {
Timestamp int64 `json:"timestamp"`
}
TimestampReturnVars .
type TimestampReturns ¶
type TimestampReturns = providertypes.Returns[TimestampReturnVars]
TimestampReturns .
func Timestamp ¶
func Timestamp(_ context.Context, params *TimestampParams) (*TimestampReturns, error)
Timestamp convert date to timestamp
type TimestampVars ¶
TimestampVars .
Click to show internal directories.
Click to hide internal directories.