Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bulletin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Personal Projects
bulletin
Commits
75d22aac
Unverified
Commit
75d22aac
authored
2 months ago
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Update module docs
parent
e02e3e49
No related branches found
No related tags found
1 merge request
!8
More doc stuff
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
editor/tview.go
+9
-1
9 additions, 1 deletion
editor/tview.go
folders/folders.go
+7
-1
7 additions, 1 deletion
folders/folders.go
folders/verify.go
+0
-1
0 additions, 1 deletion
folders/verify.go
pager/pager.go
+3
-0
3 additions, 0 deletions
pager/pager.go
users/users.go
+1
-1
1 addition, 1 deletion
users/users.go
with
20 additions
and
4 deletions
editor/tview.go
+
9
−
1
View file @
75d22aac
// Package editor provides a simple editor.
/*
Package editor provides a simple editor.
This is implemented with [github.com/gdamore/tcell] and
[github.com/rivo/tview]. It would be good to make this work more like EDT.
In addition, it might be an idea to offer a set of editors that work
like EDT, nano, vi and emacs and allow users to set a preference.
*/
package
editor
import
(
...
...
This diff is collapsed.
Click to expand it.
folders/folders.go
+
7
−
1
View file @
75d22aac
// Package folders are all the routines and sql for managing folders.
/*
Package folders have higher level routines for working with the
[storage] routines.
This module should likely be stripped down to some routines for verifying
things about folders. The storage specific bits should go to [storage].
*/
package
folders
import
(
...
...
This diff is collapsed.
Click to expand it.
folders/verify.go
+
0
−
1
View file @
75d22aac
// Package folders are all the routines and sql for managing folders.
package
folders
import
"unicode"
...
...
This diff is collapsed.
Click to expand it.
pager/pager.go
+
3
−
0
View file @
75d22aac
/*
Package pager implements the pager. This is used for any large block of
text that bulletin needs to show.
This is very unix specific. Using something like [github.com/gdamore/tcell]
would be more portable.
*/
package
pager
...
...
This diff is collapsed.
Click to expand it.
users/users.go
+
1
−
1
View file @
75d22aac
// Package users
manages
users.
// Package users
has routines for verifying things about
users.
package
users
import
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment