Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckHttpStatusResource ¶
NewCheckHttpStatusResource is a helper function to simplify the provider implementation.
Types ¶
type CheckHttpStatusModel ¶
type CheckHttpStatusModel struct { ID types.Int64 `tfsdk:"id"` ApplicationID types.Int64 `tfsdk:"application_id"` DataSourceID types.Int64 `tfsdk:"datasource_id"` Name types.String `tfsdk:"name"` StatusCode types.Int64 `tfsdk:"status_code"` Crontab types.String `tfsdk:"crontab"` Enabled types.Bool `tfsdk:"enabled"` }
Click to show internal directories.
Click to hide internal directories.