Documentation ¶
Index ¶
Constants ¶
View Source
const ( DataSource schemaTypeEnum = 0 Resource schemaTypeEnum = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoginMethod ¶
type LoginMethod int
const ( LoginMethodPersonalAPIKey LoginMethod = iota LoginMethodPassword LoginMethod = iota LoginMethodNone LoginMethod = iota )
type URIMatchStr ¶
type URIMatchStr string
const ( URIMatchDefault URIMatchStr = "default" URIMatchBaseDomain URIMatchStr = "base_domain" URIMatchHost URIMatchStr = "host" URIMatchStartWith URIMatchStr = "start_with" URIMatchExact URIMatchStr = "exact" URIMatchRegExp URIMatchStr = "regexp" URIMatchNever URIMatchStr = "never" )
Source Files ¶
- attachment.go
- data_source.go
- data_source_attachment.go
- data_source_folder.go
- data_source_item_login.go
- data_source_item_secure_note.go
- data_source_org_collection.go
- data_source_organization.go
- object.go
- provider.go
- resource.go
- resource_attachment.go
- resource_folder.go
- resource_item_login.go
- resource_item_secure_note.go
- resource_org_collection.go
- schema.go
- schema_attributes.go
- schema_folder.go
- schema_login.go
- schema_org_collection.go
- schema_organization.go
Click to show internal directories.
Click to hide internal directories.