package api import "context" func Start(ctx context.Context) { // TODO: implement API server start logic }