Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
15dc5cf4
Commit
15dc5cf4
authored
Jan 23, 2019
by
kingwang
Committed by
33cn
Jan 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del no use file
parent
12a5d47e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
ticket.go
plugin/dapp/ticket/commands/ticket.go
+0
-1
types.go
plugin/dapp/ticket/commands/types.go
+0
-9
No files found.
plugin/dapp/ticket/commands/ticket.go
View file @
15dc5cf4
...
@@ -24,7 +24,6 @@ func TicketCmd() *cobra.Command {
...
@@ -24,7 +24,6 @@ func TicketCmd() *cobra.Command {
Short
:
"Ticket management"
,
Short
:
"Ticket management"
,
Args
:
cobra
.
MinimumNArgs
(
1
),
Args
:
cobra
.
MinimumNArgs
(
1
),
}
}
cmd
.
AddCommand
(
cmd
.
AddCommand
(
BindMinerCmd
(),
BindMinerCmd
(),
CountTicketCmd
(),
CountTicketCmd
(),
...
...
plugin/dapp/ticket/commands/types.go
deleted
100644 → 0
View file @
12a5d47e
// Copyright Fuzamei Corp. 2018 All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package
commands
type
txHashes
struct
{
Hashes
[]
string
`json:"hashes"`
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment