Added arn to the main repository
This commit is contained in:
7
arn/Draftable.go
Normal file
7
arn/Draftable.go
Normal file
@ -0,0 +1,7 @@
|
||||
package arn
|
||||
|
||||
// Draftable describes a type where drafts can be created.
|
||||
type Draftable interface {
|
||||
GetIsDraft() bool
|
||||
SetIsDraft(bool)
|
||||
}
|
Reference in New Issue
Block a user