 Documentation
      ¶
      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)
}
     Click to show internal directories. 
   Click to hide internal directories.