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:
@@ -1,8 +1,5 @@
|
||||
package jira
|
||||
|
||||
import (
|
||||
)
|
||||
|
||||
type Issue struct {
|
||||
Expand string `json:"expand"`
|
||||
ID string `json:"id"`
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
package jira
|
||||
|
||||
import ()
|
||||
|
||||
type SearchResult struct {
|
||||
StartAt int `json:"startAt"`
|
||||
MaxResults int `json:"maxResults"`
|
||||
|
||||
Reference in New Issue
Block a user