Skip to content

Commit

Permalink
docs(code): add missing comments for exported entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Icikowski committed Dec 13, 2024
1 parent f8ed36f commit 93f463b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/pkg.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Type definitions for API responses and requests.
package model
1 change: 1 addition & 0 deletions model/servers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package model
// ServerStatus represents the status of a server.
type ServerStatus uint8

// String returns the string representation of the server status.
func (s ServerStatus) String() string {
switch s {
case ServerStatusOffline:
Expand Down

0 comments on commit 93f463b

Please sign in to comment.