github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/core/leadership/doc.go (about) 1 // Copyright 2022 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // Package leadership holds code pertaining to application leadership in juju. It's 5 // expected to grow as we're able to extract (e.g.) the Ticket and Tracker 6 // interfaces from worker/leadership; and quite possible the implementations 7 // themselves; but that'll have to wait until it can all be expressed without 8 // reference to non-core code. 9 package leadership