Skip to content
  • Jason Yellick's avatar
    FAB-10823 Refactor platforms to instance · ff969353
    Jason Yellick authored
    
    
    The platforms package currently exposes itself through a number of
    package scoped functions rather than via an instance which implements
    those methods.  This CR takes the first step to remove the package
    scoped functions by adding a temporary singleton to keep the tests
    working, and having the external callers instantiate an instance.
    
    Ultimately, the singleton will be removed and the callers will have the
    platform dependency injected.
    
    Change-Id: Id1a887d59b062ab593c9dcab5b68276128139229
    Signed-off-by: default avatarJason Yellick <jyellick@us.ibm.com>
    ff969353