mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove unimplemented functions
This commit is contained in:
parent
ec925bab80
commit
af38567ea5
@ -295,18 +295,3 @@ func (b *entityBridge) List(ctx context.Context, req *resource.ListRequest) (*re
|
||||
}
|
||||
return rsp, nil
|
||||
}
|
||||
|
||||
// GetBlob implements ResourceServer.
|
||||
func (b *entityBridge) GetBlob(context.Context, *resource.GetBlobRequest) (*resource.GetBlobResponse, error) {
|
||||
return nil, resource.ErrNotImplementedYet
|
||||
}
|
||||
|
||||
// History implements ResourceServer.
|
||||
func (b *entityBridge) History(context.Context, *resource.HistoryRequest) (*resource.HistoryResponse, error) {
|
||||
return nil, resource.ErrNotImplementedYet
|
||||
}
|
||||
|
||||
// Origin implements ResourceServer.
|
||||
func (b *entityBridge) Origin(context.Context, *resource.OriginRequest) (*resource.OriginResponse, error) {
|
||||
return nil, resource.ErrNotImplementedYet
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user