Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9580480f90 | |||
| 07088bedbc |
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module code.gitea.io/actions-proto-go
|
module git.marketally.com/gitcaddy/actions-proto-go
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
|
|||||||
@@ -282,8 +282,9 @@ type DeclareRequest struct {
|
|||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
|
Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
|
||||||
Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
|
Labels []string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
|
||||||
|
CapabilitiesJson string `protobuf:"bytes,3,opt,name=capabilities_json,json=capabilitiesJson,proto3" json:"capabilities_json,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *DeclareRequest) Reset() {
|
func (x *DeclareRequest) Reset() {
|
||||||
@@ -332,6 +333,13 @@ func (x *DeclareRequest) GetLabels() []string {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (x *DeclareRequest) GetCapabilitiesJson() string {
|
||||||
|
if x != nil {
|
||||||
|
return x.CapabilitiesJson
|
||||||
|
}
|
||||||
|
return ""
|
||||||
|
}
|
||||||
|
|
||||||
type DeclareResponse struct {
|
type DeclareResponse struct {
|
||||||
state protoimpl.MessageState
|
state protoimpl.MessageState
|
||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
|
|||||||
Reference in New Issue
Block a user