checkhttpstatus

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2024 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCheckHttpStatusResource

func NewCheckHttpStatusResource() resource.Resource

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL