Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NecrossIT committed Jun 9, 2023
0 parents commit 1a5b405
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./idea
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/Hosting-System-Plugin-Library.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Hosting-System-Plugin-Library

This is a library of plugins for the [Hosting System]

It has to be used with the [Hosting System] and the [Hosting System Plugin Manager]
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Hosting-System-Plugin-Library

go 1.19
6 changes: 6 additions & 0 deletions interface.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package Hosting_System_Plugin_Library

type Listener struct {
Name string
Handler func() error
}

0 comments on commit 1a5b405

Please sign in to comment.