item

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseWithConfiguration_PatchRequestBody_advanced_security

func ParseWithConfiguration_PatchRequestBody_advanced_security(v string) (any, error)

func ParseWithConfiguration_PatchRequestBody_code_scanning_default_setup

func ParseWithConfiguration_PatchRequestBody_code_scanning_default_setup(v string) (any, error)

func ParseWithConfiguration_PatchRequestBody_dependabot_alerts

func ParseWithConfiguration_PatchRequestBody_dependabot_alerts(v string) (any, error)

func ParseWithConfiguration_PatchRequestBody_dependabot_security_updates

func ParseWithConfiguration_PatchRequestBody_dependabot_security_updates(v string) (any, error)

func ParseWithConfiguration_PatchRequestBody_dependency_graph

func ParseWithConfiguration_PatchRequestBody_dependency_graph(v string) (any, error)

func ParseWithConfiguration_PatchRequestBody_private_vulnerability_reporting

func ParseWithConfiguration_PatchRequestBody_private_vulnerability_reporting(v string) (any, error)

func ParseWithConfiguration_PatchRequestBody_secret_scanning

func ParseWithConfiguration_PatchRequestBody_secret_scanning(v string) (any, error)

func ParseWithConfiguration_PatchRequestBody_secret_scanning_push_protection

func ParseWithConfiguration_PatchRequestBody_secret_scanning_push_protection(v string) (any, error)

func SerializeWithConfiguration_PatchRequestBody_advanced_security

func SerializeWithConfiguration_PatchRequestBody_advanced_security(values []WithConfiguration_PatchRequestBody_advanced_security) []string

func SerializeWithConfiguration_PatchRequestBody_code_scanning_default_setup

func SerializeWithConfiguration_PatchRequestBody_code_scanning_default_setup(values []WithConfiguration_PatchRequestBody_code_scanning_default_setup) []string

func SerializeWithConfiguration_PatchRequestBody_dependabot_alerts

func SerializeWithConfiguration_PatchRequestBody_dependabot_alerts(values []WithConfiguration_PatchRequestBody_dependabot_alerts) []string

func SerializeWithConfiguration_PatchRequestBody_dependabot_security_updates

func SerializeWithConfiguration_PatchRequestBody_dependabot_security_updates(values []WithConfiguration_PatchRequestBody_dependabot_security_updates) []string

func SerializeWithConfiguration_PatchRequestBody_dependency_graph

func SerializeWithConfiguration_PatchRequestBody_dependency_graph(values []WithConfiguration_PatchRequestBody_dependency_graph) []string

func SerializeWithConfiguration_PatchRequestBody_private_vulnerability_reporting

func SerializeWithConfiguration_PatchRequestBody_private_vulnerability_reporting(values []WithConfiguration_PatchRequestBody_private_vulnerability_reporting) []string

func SerializeWithConfiguration_PatchRequestBody_secret_scanning

func SerializeWithConfiguration_PatchRequestBody_secret_scanning(values []WithConfiguration_PatchRequestBody_secret_scanning) []string

func SerializeWithConfiguration_PatchRequestBody_secret_scanning_push_protection

func SerializeWithConfiguration_PatchRequestBody_secret_scanning_push_protection(values []WithConfiguration_PatchRequestBody_secret_scanning_push_protection) []string

Types

type WithConfiguration_PatchRequestBody_advanced_security

type WithConfiguration_PatchRequestBody_advanced_security int

The enablement status of GitHub Advanced Security

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_ADVANCED_SECURITY WithConfiguration_PatchRequestBody_advanced_security = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_ADVANCED_SECURITY
)

func (WithConfiguration_PatchRequestBody_advanced_security) String

type WithConfiguration_PatchRequestBody_code_scanning_default_setup

type WithConfiguration_PatchRequestBody_code_scanning_default_setup int

The enablement status of code scanning default setup

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP WithConfiguration_PatchRequestBody_code_scanning_default_setup = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP
	NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_CODE_SCANNING_DEFAULT_SETUP
)

func (WithConfiguration_PatchRequestBody_code_scanning_default_setup) String

type WithConfiguration_PatchRequestBody_dependabot_alerts

type WithConfiguration_PatchRequestBody_dependabot_alerts int

The enablement status of Dependabot alerts

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_ALERTS WithConfiguration_PatchRequestBody_dependabot_alerts = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_ALERTS
	NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_ALERTS
)

func (WithConfiguration_PatchRequestBody_dependabot_alerts) String

type WithConfiguration_PatchRequestBody_dependabot_security_updates

type WithConfiguration_PatchRequestBody_dependabot_security_updates int

The enablement status of Dependabot security updates

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_SECURITY_UPDATES WithConfiguration_PatchRequestBody_dependabot_security_updates = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_SECURITY_UPDATES
	NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDABOT_SECURITY_UPDATES
)

func (WithConfiguration_PatchRequestBody_dependabot_security_updates) String

type WithConfiguration_PatchRequestBody_dependency_graph

type WithConfiguration_PatchRequestBody_dependency_graph int

The enablement status of Dependency Graph

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDENCY_GRAPH WithConfiguration_PatchRequestBody_dependency_graph = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDENCY_GRAPH
	NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_DEPENDENCY_GRAPH
)

func (WithConfiguration_PatchRequestBody_dependency_graph) String

type WithConfiguration_PatchRequestBody_private_vulnerability_reporting

type WithConfiguration_PatchRequestBody_private_vulnerability_reporting int

The enablement status of private vulnerability reporting

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING WithConfiguration_PatchRequestBody_private_vulnerability_reporting = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING
	NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_PRIVATE_VULNERABILITY_REPORTING
)

func (WithConfiguration_PatchRequestBody_private_vulnerability_reporting) String

type WithConfiguration_PatchRequestBody_secret_scanning

type WithConfiguration_PatchRequestBody_secret_scanning int

The enablement status of secret scanning

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING WithConfiguration_PatchRequestBody_secret_scanning = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING
	NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING
)

func (WithConfiguration_PatchRequestBody_secret_scanning) String

type WithConfiguration_PatchRequestBody_secret_scanning_push_protection

type WithConfiguration_PatchRequestBody_secret_scanning_push_protection int

The enablement status of secret scanning push protection

const (
	ENABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION WithConfiguration_PatchRequestBody_secret_scanning_push_protection = iota
	DISABLED_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION
	NOT_SET_WITHCONFIGURATION_PATCHREQUESTBODY_SECRET_SCANNING_PUSH_PROTECTION
)

func (WithConfiguration_PatchRequestBody_secret_scanning_push_protection) String

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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