Documentation
¶
Index ¶
- type IncrementalVersionHandler
- func (h *IncrementalVersionHandler) Delete(ctx context.Context, req *proto.DeleteRequest, rsp *proto.DeleteResponse) error
- func (h *IncrementalVersionHandler) Generate(ctx context.Context, req *proto.GenerateRequest, rsp *proto.GenerateResponse) error
- func (h *IncrementalVersionHandler) Update(ctx context.Context, req *proto.UpdateRequest, rsp *proto.UpdateResponse) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncrementalVersionHandler ¶
type IncrementalVersionHandler struct {
Generator generator.IIncrementalVersionGenerator `inject:""`
}
IncrementalVersionHandler is a handler for generate version
func (*IncrementalVersionHandler) Delete ¶
func (h *IncrementalVersionHandler) Delete(ctx context.Context, req *proto.DeleteRequest, rsp *proto.DeleteResponse) error
Delete generated version
func (*IncrementalVersionHandler) Generate ¶
func (h *IncrementalVersionHandler) Generate(ctx context.Context, req *proto.GenerateRequest, rsp *proto.GenerateResponse) error
Generate new version tag for project
func (*IncrementalVersionHandler) Update ¶
func (h *IncrementalVersionHandler) Update(ctx context.Context, req *proto.UpdateRequest, rsp *proto.UpdateResponse) error
Update generated version
Click to show internal directories.
Click to hide internal directories.