Skip to content

Instantly share code, notes, and snippets.

@joseivanlopez
Last active September 18, 2023 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseivanlopez/f9df551cdc3486e52a801044b0081b23 to your computer and use it in GitHub Desktop.
Save joseivanlopez/f9df551cdc3486e52a801044b0081b23 to your computer and use it in GitHub Desktop.
Manager
  Probe(product)
    Software#SelectProduct
    Storage#Probe ?
    Storage#Calculate
    Software#Probe

Storage
  Probe
    probing
    unexport proposal ?
  Calculate
    unexport proposal ?
    export proposal
  • deprecated system
Storage#Probe
Storage#Calculate(current_settings)
  • Product selection from UI client
Manager#Probe(product)
  • CLI load
Manager#Probe(profile_product)
Storage#Calculate(profile_settings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment