This website works better with JavaScript.
Home
Help
Sign In
stufflog
/
server
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
stufflog graphql server
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
280 KiB
Go
87.5%
GraphQL
8.6%
TSQL
3.8%
Tree:
4cce632708
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4cce632708'
${ noResults }
server
/
models
/
log.go
6 lines
98 B
Raw
Blame
History
package
models
type
Log
struct
{
ID
string
`
db:"log_id"
`
IssueID
string
`
db:"issue_id"
`
}
Reference in new issue