dont do raw.New, instead add raw.Raw.Refresh explicit
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
type Raw interface {
|
||||
Read() []byte
|
||||
Close()
|
||||
Refresh()
|
||||
}
|
||||
|
||||
func New(ctx context.Context) Raw {
|
||||
|
||||
Reference in New Issue
Block a user