release

package
v1.1.0-beta Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IReleaseModule

type IReleaseModule interface {
	Create(ctx context.Context, service string, input *dto.CreateInput) (string, error)
	Detail(ctx context.Context, service string, id string) (*dto.Detail, error)
	List(ctx context.Context, service string) ([]*dto.Release, error)
	Delete(ctx context.Context, service string, id string) error
	Preview(ctx context.Context, service string) (*dto.Release, *service_diff.Diff, bool, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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