Documentation
¶
Index ¶
- func ParseRulesetsPostRequestBody_source_type(v string) (any, error)
- func ParseRulesetsPostRequestBody_target(v string) (any, error)
- func SerializeRulesetsPostRequestBody_source_type(values []RulesetsPostRequestBody_source_type) []string
- func SerializeRulesetsPostRequestBody_target(values []RulesetsPostRequestBody_target) []string
- type RulesetsPostRequestBody_source_type
- type RulesetsPostRequestBody_target
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeRulesetsPostRequestBody_source_type ¶
func SerializeRulesetsPostRequestBody_source_type(values []RulesetsPostRequestBody_source_type) []string
func SerializeRulesetsPostRequestBody_target ¶
func SerializeRulesetsPostRequestBody_target(values []RulesetsPostRequestBody_target) []string
Types ¶
type RulesetsPostRequestBody_source_type ¶
type RulesetsPostRequestBody_source_type int
The type of the source of the ruleset
const ( REPOSITORY_RULESETSPOSTREQUESTBODY_SOURCE_TYPE RulesetsPostRequestBody_source_type = iota ORGANIZATION_RULESETSPOSTREQUESTBODY_SOURCE_TYPE )
func (RulesetsPostRequestBody_source_type) String ¶
func (i RulesetsPostRequestBody_source_type) String() string
type RulesetsPostRequestBody_target ¶
type RulesetsPostRequestBody_target int
The target of the ruleset.
const ( BRANCH_RULESETSPOSTREQUESTBODY_TARGET RulesetsPostRequestBody_target = iota TAG_RULESETSPOSTREQUESTBODY_TARGET PUSH_RULESETSPOSTREQUESTBODY_TARGET )
func (RulesetsPostRequestBody_target) String ¶
func (i RulesetsPostRequestBody_target) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.