1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Improvement: Power mod for Linux

This commit is contained in:
liyiheng
2018-06-04 14:27:05 +08:00
parent 6e1b8b3b47
commit 9828e5ba3e
11 changed files with 138 additions and 14 deletions

View File

@@ -1,8 +1,5 @@
package jira
import (
)
type Issue struct {
Expand string `json:"expand"`
ID string `json:"id"`

View File

@@ -1,7 +1,5 @@
package jira
import ()
type SearchResult struct {
StartAt int `json:"startAt"`
MaxResults int `json:"maxResults"`