Documentation
¶
Index ¶
- Variables
- func DelCmd() *cobra.Command
- func GenerateCmd() *cobra.Command
- func GetCmd() *cobra.Command
- func GetPrimaryKey() string
- func InitCmd() *cobra.Command
- func ListCmd() *cobra.Command
- func NewRemote(ctx context.Context, remoteType string, remoteMap map[string]any) (remote.Remote, error)
- func NewService(ctx context.Context) (*service, error)
- func NewStore(ctx context.Context, storeType string, storeConfig map[string]any) (store.Store, error)
- func PullCmd() *cobra.Command
- func PushCmd() *cobra.Command
- func UpdateCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = cobra.Command{
Use: "pm",
Version: "__VERSION__",
}
Functions ¶
func GenerateCmd ¶
func GetPrimaryKey ¶
func GetPrimaryKey() string
func NewService ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.