Skip to content

Commit

Permalink
added session manager
Browse files Browse the repository at this point in the history
  • Loading branch information
BlessedToastr committed Mar 1, 2024
1 parent 72d77f1 commit 744de63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gomsf.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ type Client struct {
Plugins *PluginManager
Jobs *JobManager
Module *ModuleManager
Sessions *SessionManager
}

type ClientOptions struct {
Expand Down

0 comments on commit 744de63

Please sign in to comment.