6 lines
118 B
Go
6 lines
118 B
Go
package Interfaces
|
|
|
|
type AttributesInterface interface {
|
|
Create(attributes any, included any, excluded any) string
|
|
}
|