syntax = "proto3";
package payment.private.conf;

option go_package = "github.com/go-saas/kit/payment/private/conf;conf";

import "conf/conf.proto";
import "blob/blob.proto";
import "stripe/stripe.proto";

message Bootstrap {
  .conf.Data data = 2;
  .conf.Security security=3;
  .conf.Services services =4;
  .conf.Logging logging=6;
  .conf.Tracers tracing=7;
  .conf.AppConfig app=8;

  PaymentConf payment=500;

  .stripe.Conf stripe=501;
}


message PaymentConf{

}




