feat: initial commit
This commit is contained in:
5
reach/client/protocol/v2/model/action.go
Normal file
5
reach/client/protocol/v2/model/action.go
Normal file
@ -0,0 +1,5 @@
|
||||
package model
|
||||
|
||||
type Action struct {
|
||||
Name string `json:"name"`
|
||||
}
|
Reference in New Issue
Block a user