package database import ( "git.staur.ca/stobbsm/kea-manage/ipv4/reservation" ) type StoreV4 interface { InsertResV4(*reservation.ReservationV4) error }