AnP/Go/Interfaces/AttributesInterface.go

6 lines
118 B
Go

package Interfaces
type AttributesInterface interface {
Create(attributes any, included any, excluded any) string
}