Documentation
¶
Index ¶
- func BaseURL(ctx context.Context) string
- func CommitSHA(ctx context.Context) string
- func ContextWithMergeRequestID(ctx context.Context, id string) context.Context
- func IsDryRun(ctx context.Context) bool
- func MergeRequestID(ctx context.Context) string
- func MergeRequestIDInt(ctx context.Context) int
- func ProjectID(ctx context.Context) string
- func Provider(ctx context.Context) string
- func ShouldUpdatePipeline(ctx context.Context) bool
- func Token(ctx context.Context) string
- func WithBaseURL(ctx context.Context, value string) context.Context
- func WithCommitSHA(ctx context.Context, sha string) context.Context
- func WithDryRun(ctx context.Context, dry bool) context.Context
- func WithProjectID(ctx context.Context, value string) context.Context
- func WithProvider(ctx context.Context, value string) context.Context
- func WithToken(ctx context.Context, value string) context.Context
- func WithUpdatePipeline(ctx context.Context, update bool) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeRequestID ¶ added in v0.6.0
func MergeRequestIDInt ¶ added in v0.6.0
func ShouldUpdatePipeline ¶ added in v0.7.0
func WithBaseURL ¶ added in v0.8.0
func WithCommitSHA ¶ added in v0.7.0
func WithProjectID ¶ added in v0.7.0
func WithProvider ¶ added in v0.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.