Merge pull request #5294 from owncloud/add_blank_comment_line
Add blank comment lines
This commit is contained in:
@@ -589,6 +589,7 @@ type Setting struct {
|
|||||||
DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
||||||
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
||||||
// Types that are assignable to Value:
|
// Types that are assignable to Value:
|
||||||
|
//
|
||||||
// *Setting_IntValue
|
// *Setting_IntValue
|
||||||
// *Setting_StringValue
|
// *Setting_StringValue
|
||||||
// *Setting_BoolValue
|
// *Setting_BoolValue
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ type GetThumbnailRequest struct {
|
|||||||
// The height of the thumbnail
|
// The height of the thumbnail
|
||||||
Height int32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
|
Height int32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
|
||||||
// Types that are assignable to Source:
|
// Types that are assignable to Source:
|
||||||
|
//
|
||||||
// *GetThumbnailRequest_WebdavSource
|
// *GetThumbnailRequest_WebdavSource
|
||||||
// *GetThumbnailRequest_Cs3Source
|
// *GetThumbnailRequest_Cs3Source
|
||||||
Source isGetThumbnailRequest_Source `protobuf_oneof:"source"`
|
Source isGetThumbnailRequest_Source `protobuf_oneof:"source"`
|
||||||
|
|||||||
Reference in New Issue
Block a user