14 lines
190 B
Go
14 lines
190 B
Go
// Copyright 2024 Matthew Rich <matthewrich.conf@gmail.com>. All rights reserved.
|
|
|
|
package data
|
|
|
|
import (
|
|
)
|
|
|
|
var (
|
|
)
|
|
|
|
type Originator interface {
|
|
GetContentReadWriter() ContentReadWriter
|
|
}
|