72 lines
1.7 KiB
Go
72 lines
1.7 KiB
Go
|
//go:build gofuzz
|
||
|
// +build gofuzz
|
||
|
|
||
|
// Code generated by protoc-gen-go-frostfs. DO NOT EDIT.
|
||
|
|
||
|
package apemanager
|
||
|
|
||
|
import (
|
||
|
testing "testing"
|
||
|
)
|
||
|
|
||
|
func FuzzProtoAddChainRequest(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzProtoAddChainRequest(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzJSONAddChainRequest(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzJSONAddChainRequest(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzProtoAddChainResponse(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzProtoAddChainResponse(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzJSONAddChainResponse(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzJSONAddChainResponse(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzProtoRemoveChainRequest(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzProtoRemoveChainRequest(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzJSONRemoveChainRequest(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzJSONRemoveChainRequest(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzProtoRemoveChainResponse(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzProtoRemoveChainResponse(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzJSONRemoveChainResponse(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzJSONRemoveChainResponse(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzProtoListChainsRequest(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzProtoListChainsRequest(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzJSONListChainsRequest(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzJSONListChainsRequest(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzProtoListChainsResponse(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzProtoListChainsResponse(data)
|
||
|
})
|
||
|
}
|
||
|
func FuzzJSONListChainsResponse(f *testing.F) {
|
||
|
f.Fuzz(func(t *testing.T, data []byte) {
|
||
|
DoFuzzJSONListChainsResponse(data)
|
||
|
})
|
||
|
}
|