Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 208adaf

Browse files
committedMar 24, 2021
Fixed RPC_RESPONSE_STANDARD_NAME lint warning
1 parent 9bd20a3 commit 208adaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2435
-2268
lines changed
 

‎cli/board/details.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func runDetailsCommand(cmd *cobra.Command, args []string) {
8282
// output from this command requires special formatting, let's create a dedicated
8383
// feedback.Result implementation
8484
type detailsResult struct {
85-
details *rpc.BoardDetailsResp
85+
details *rpc.BoardDetailsResponse
8686
}
8787

8888
func (dr detailsResult) Data() interface{} {

‎cli/board/listall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func runListAllCommand(cmd *cobra.Command, args []string) {
7272
// output from this command requires special formatting, let's create a dedicated
7373
// feedback.Result implementation
7474
type resultAll struct {
75-
list *rpc.BoardListAllResp
75+
list *rpc.BoardListAllResponse
7676
}
7777

7878
func (dr resultAll) Data() interface{} {

0 commit comments

Comments
 (0)
Please sign in to comment.