package db import "context" func CreateProduct(ctx context.Context, newProduct string) { }