package dao type DemoInterfaceDao interface { //TODO:: You can add specific method definitions here }