Skip to content
Snippets Groups Projects
Commit 09c9d0a9 authored by Malte Bauch's avatar Malte Bauch
Browse files

Update csbi mock

parent dfb8c58c
No related branches found
No related tags found
1 merge request!251Resolve "Unimplemented methods of PrincipalNetworkDomainAdapter"
Pipeline #97748 passed
......@@ -115,6 +115,22 @@ func (_m *Csbi) Schema() *ytypes.Schema {
return r0
}
// SchemaTreeGzip provides a mock function with given fields:
func (_m *Csbi) SchemaTreeGzip() []byte {
ret := _m.Called()
var r0 []byte
if rf, ok := ret.Get(0).(func() []byte); ok {
r0 = rf()
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).([]byte)
}
}
return r0
}
// SetID provides a mock function with given fields: id
func (_m *Csbi) SetID(id uuid.UUID) {
_m.Called(id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment